HomeSort by: relevance | last modified time | path
    Searched refs:IFNET_LOCK (Results 1 - 25 of 27) sorted by relevancy

1 2

  /src/sys/rump/net/lib/libnetinet/
netinet_component.c 95 IFNET_LOCK(lo0ifp);
  /src/sys/net/agr/
if_agrsubr.c 294 IFNET_LOCK(p);
331 IFNET_LOCK(p);
if_agr.c 612 IFNET_LOCK(ifp_port);
  /src/sys/net/lagg/
if_lagg.c 292 IFNET_LOCK(ifp_port);
456 IFNET_LOCK(ifp);
1887 IFNET_LOCK(lp->lp_ifp);
1933 IFNET_LOCK(lp->lp_ifp);
2220 IFNET_LOCK(lp->lp_ifp);
2285 IFNET_LOCK(ifp_port);
2465 IFNET_LOCK(ifp_port);
2805 * lagg_port_teardown() processings with IFNET_LOCK() held
2811 IFNET_LOCK(&sc->sc_if);
if_laggproto.c 382 IFNET_LOCK(lp->lp_ifp);
if_lagg_lacp.c 2756 IFNET_LOCK(lp->lp_ifp);
  /src/sys/net/
if_vlan.c 386 IFNET_LOCK(ifp);
622 /* XXX ether_ifdetach must not be called with IFNET_LOCK */
627 IFNET_LOCK(ifp);
631 /* if_free_sadl must be called with IFNET_LOCK */
653 /*XXX ether_ifdetachhook_disestablish must not called with IFNET_LOCK */
658 IFNET_LOCK(ifp);
806 /* IFNET_LOCK must be held before ifv_lock. */
807 IFNET_LOCK(ifp);
if.c 1339 IFNET_LOCK(ifp);
1621 IFNET_LOCK(ifp);
1636 IFNET_LOCK(ifp);
1824 * take IFNET_LOCK but it's safe because there is no competitor.
1846 * where it is safe even if IFNET_LOCK isn't held.
2421 IFNET_LOCK(ifp);
2596 IFNET_LOCK(ifp);
2767 IFNET_LOCK(ifp);
2815 IFNET_LOCK(ifp);
2834 * a.k.a. IFNET_LOCK. May sleep
    [all...]
if_ethersubr.c 1716 IFNET_LOCK(ifp);
1744 IFNET_LOCK(ifp);
1780 IFNET_LOCK(ifp);
if_bridge.c 756 IFNET_LOCK(ifs);
869 IFNET_LOCK(ifs);
877 IFNET_LOCK(ifs);
if.h 276 * i: IFNET_LOCK (a.k.a., if_ioctl_lock)
283 * Lock order: IFNET_LOCK => in6_multilock => if_afdata_lock => ifq_lock
287 * Lock order of IFNET_LOCK with other locks:
288 * softnet_lock => solock => IFNET_LOCK => ND6_LOCK, in_multilock
465 * can use it for themselves under IFNET_LOCK, but they should be
499 * - Must be updated with holding IFNET_LOCK
501 * synchronization on the flag except for IFNET_LOCK
502 * - Note that IFNET_LOCK can't be taken in softint because it's known
505 * with IFNET_LOCK and also require context switches on every CPUs
506 * that mean softints finish so trying to take IFNET_LOCK in softin
    [all...]
if_spppsubr.c 3106 /* unlock for IFNET_LOCK and if_up() */
3118 IFNET_LOCK(ifp);
3190 IFNET_LOCK(ifp);
5609 IFNET_LOCK(ifp);
5683 IFNET_LOCK(ifp);
5805 IFNET_LOCK(ifp);
  /src/sys/altq/
altq_afmap.c 363 IFNET_LOCK(ifp);
  /src/sys/kern/
kern_pmf.c 898 IFNET_LOCK(ifp);
914 IFNET_LOCK(ifp);
  /src/sys/dev/usb/
if_gscan.c 791 * If _attach_ifp never ran, IFNET_LOCK won't work, but
795 IFNET_LOCK(ifp);
usbnet.c 987 /* ifmedia changes only with IFNET_LOCK held. */
1036 * SIOCDELMULTI without IFNET_LOCK.
1140 * multicast filter updates, which happens without IFNET_LOCK.
1593 * If usbnet_attach_ifp never ran, IFNET_LOCK won't work, but
1597 IFNET_LOCK(ifp);
  /src/sys/dev/cadence/
if_cemac.c 45 * IFNET_LOCK -> sc_mcast_lock
46 * IFNET_LOCK -> sc_intr_lock
138 IFNET_LOCK(ifp);
  /src/sys/netinet6/
nd6.c 475 IFNET_LOCK(ifp);
in6.c 1518 IFNET_LOCK(ifp);
  /src/sys/arch/xen/xen/
if_xennet_xenbus.c 493 IFNET_LOCK(ifp);
1304 /* XXX IFNET_LOCK() is not taken in some cases e.g. multicast ioctls */
  /src/sys/netinet/
in.c 950 IFNET_LOCK(ifp);
  /src/sys/dev/pci/
if_aq.c 2033 IFNET_LOCK(ifp);
6043 IFNET_LOCK(ifp);
if_bge.c 4112 IFNET_LOCK(ifp);
6101 IFNET_LOCK(ifp);
if_vmx.c 3577 IFNET_LOCK(ifp);
if_iavf.c 325 * - IFNET_LOCK => sc_cfg_lock => sc_adminq_lock
3587 IFNET_LOCK(ifp);

Completed in 57 milliseconds

1 2