HomeSort by: relevance | last modified time | path
    Searched defs:psref (Results 1 - 25 of 118) sorted by relevancy

1 2 3 4 5

  /src/sys/netinet6/
nd6_rtr.c 67 struct psref psref; local in function:nd6_rtr_cache
70 ifp = m_get_rcvif_psref(m, &psref);
95 m_put_rcvif_psref(ifp, &psref);
113 m_put_rcvif_psref(ifp, &psref);
146 m_put_rcvif_psref(ifp, &psref);
153 m_put_rcvif_psref(ifp, &psref);
nd6_rtr.c 67 struct psref psref; local in function:nd6_rtr_cache
70 ifp = m_get_rcvif_psref(m, &psref);
95 m_put_rcvif_psref(ifp, &psref);
113 m_put_rcvif_psref(ifp, &psref);
146 m_put_rcvif_psref(ifp, &psref);
153 m_put_rcvif_psref(ifp, &psref);
in6_l2tp.c 246 struct psref psref; local in function:in6_l2tp_input
273 var = l2tp_lookup_session_ref(sess_id, &psref);
341 l2tp_putref_variant(var, &psref);
358 struct psref psref; local in function:in6_l2tp_match
364 var = l2tp_getref_variant(sc, &psref);
391 l2tp_putref_variant(var, &psref);
in6_l2tp.c 246 struct psref psref; local in function:in6_l2tp_input
273 var = l2tp_lookup_session_ref(sess_id, &psref);
341 l2tp_putref_variant(var, &psref);
358 struct psref psref; local in function:in6_l2tp_match
364 var = l2tp_getref_variant(sc, &psref);
391 l2tp_putref_variant(var, &psref);
in6_ifattach.c 640 struct psref psref; local in function:in6_ifattach
641 ia = in6ifa_ifpforlinklocal_psref(ifp, 0, &psref);
646 ia6_release(ia, &psref);
in6_ifattach.c 640 struct psref psref; local in function:in6_ifattach
641 ia = in6ifa_ifpforlinklocal_psref(ifp, 0, &psref);
646 ia6_release(ia, &psref);
  /src/sys/sys/
psref.h 1 /* $NetBSD: psref.h,v 1.4 2019/05/17 03:34:27 ozaki-r Exp $ */
45 struct psref;
67 * struct psref
72 * psref_target. The contents of struct psref may be read and
75 struct psref { struct
76 SLIST_ENTRY(psref) psref_entry;
93 void psref_acquire(struct psref *, const struct psref_target *,
95 void psref_release(struct psref *, const struct psref_target *,
97 void psref_copy(struct psref *, const struct psref *,
    [all...]
psref.h 1 /* $NetBSD: psref.h,v 1.4 2019/05/17 03:34:27 ozaki-r Exp $ */
45 struct psref;
67 * struct psref
72 * psref_target. The contents of struct psref may be read and
75 struct psref { struct
76 SLIST_ENTRY(psref) psref_entry;
93 void psref_acquire(struct psref *, const struct psref_target *,
95 void psref_release(struct psref *, const struct psref_target *,
97 void psref_copy(struct psref *, const struct psref *,
    [all...]
  /src/sys/compat/common/
uipc_syscalls_40.c 46 struct psref psref; local in function:compat_ifconf
71 if_acquire(ifp, &psref);
95 struct psref psref_ifa;
153 if_release(ifp, &psref);
165 if_release(ifp, &psref);
if_43.c 233 struct psref psref; local in function:compat_ifioctl
236 ifp = if_get(ifr->ifr_name, &psref);
284 if_put(ifp, &psref);
uipc_syscalls_40.c 46 struct psref psref; local in function:compat_ifconf
71 if_acquire(ifp, &psref);
95 struct psref psref_ifa;
153 if_release(ifp, &psref);
165 if_release(ifp, &psref);
if_43.c 233 struct psref psref; local in function:compat_ifioctl
236 ifp = if_get(ifr->ifr_name, &psref);
284 if_put(ifp, &psref);
  /src/sys/net/npf/
npf_ext_log.c 87 struct psref psref; local in function:npf_log
135 ifp = if_get_byindex(log->if_idx, &psref);
147 if_put(ifp, &psref);
npf_ext_log.c 87 struct psref psref; local in function:npf_log
135 ifp = if_get_byindex(log->if_idx, &psref);
147 if_put(ifp, &psref);
  /src/sys/netinet/
in_l2tp.c 250 struct psref psref; local in function:in_l2tp_input
277 var = l2tp_lookup_session_ref(sess_id, &psref);
346 l2tp_putref_variant(var, &psref);
363 struct psref psref; local in function:in_l2tp_match
369 var = l2tp_getref_variant(sc, &psref);
396 l2tp_putref_variant(var, &psref);
in_l2tp.c 250 struct psref psref; local in function:in_l2tp_input
277 var = l2tp_lookup_session_ref(sess_id, &psref);
346 l2tp_putref_variant(var, &psref);
363 struct psref psref; local in function:in_l2tp_match
369 var = l2tp_getref_variant(sc, &psref);
396 l2tp_putref_variant(var, &psref);
igmp.c 194 struct psref psref; local in function:igmp_input
234 ifp = m_get_rcvif_psref(m, &psref);
467 m_put_rcvif_psref(ifp, &psref);
482 m_put_rcvif_psref(ifp, &psref);
in_gif.c 218 struct psref psref_var;
229 struct psref psref_rcvif;
347 struct psref psref; local in function:gif_encapcheck4
351 ifp = m_get_rcvif_psref(m, &psref);
355 m_put_rcvif_psref(ifp, &psref);
igmp.c 194 struct psref psref; local in function:igmp_input
234 ifp = m_get_rcvif_psref(m, &psref);
467 m_put_rcvif_psref(ifp, &psref);
482 m_put_rcvif_psref(ifp, &psref);
in_gif.c 218 struct psref psref_var;
229 struct psref psref_rcvif;
347 struct psref psref; local in function:gif_encapcheck4
351 ifp = m_get_rcvif_psref(m, &psref);
355 m_put_rcvif_psref(ifp, &psref);
  /src/sys/arch/alpha/alpha/
autoconf.c 186 struct psref psref; local in function:netboot_find_rootdev_planb
211 struct ifnet *ifp = if_get_bylla(enaddr, ETHER_ADDR_LEN, &psref);
218 if_put(ifp, &psref);
autoconf.c 186 struct psref psref; local in function:netboot_find_rootdev_planb
211 struct ifnet *ifp = if_get_bylla(enaddr, ETHER_ADDR_LEN, &psref);
218 if_put(ifp, &psref);
  /src/sys/net/
rtsock.c 282 struct psref psref; local in function:sysctl_iflist
316 if_acquire(ifp, &psref);
353 struct psref _psref;
388 if_release(ifp, &psref);
396 if_release(ifp, &psref);
nd.c 57 struct psref psref; local in function:nd_timer
76 if_acquire(ifp, &psref);
215 if_release(ifp, &psref);
414 struct psref psref; local in function:nd_resolve
421 if_acquire(ifp, &psref);
425 if_release(ifp, &psref);
rtsock.c 282 struct psref psref; local in function:sysctl_iflist
316 if_acquire(ifp, &psref);
353 struct psref _psref;
388 if_release(ifp, &psref);
396 if_release(ifp, &psref);

Completed in 55 milliseconds

1 2 3 4 5