NetBSD/sys/netinet6
ozaki-r 4badfc204a Make sure returning ifp from in6_select* functions psref-ed
To this end, callers need to pass struct psref to the functions
and the fuctions acquire a reference of ifp with it. In some cases,
we can simply use if_get_byindex, however, in other cases
(say rt->rt_ifp and ia->ifa_ifp), we have no MP-safe way for now.
In order to take a reference anyway we use non MP-safe function
if_acquire_NOMPSAFE for the latter cases. They should be fixed in
the future somehow.
2016-06-21 10:25:27 +00:00
..
dccp6_usrreq.c Sweep unnecessary route.h inclusions 2016-04-26 08:44:44 +00:00
dccp6_var.h make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
dest6.c Sweep unnecessary route.h inclusions 2016-04-26 08:44:44 +00:00
files.netinet6 Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
frag6.c Don't use new as a variable name. 2014-09-05 05:33:06 +00:00
icmp6_private.h
icmp6.c Make sure returning ifp from in6_select* functions psref-ed 2016-06-21 10:25:27 +00:00
in6_cksum.c fix assertions 2011-04-25 22:04:32 +00:00
in6_gif.c Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
in6_gif.h To eliminate gif_softc_list linear search, add extra argument to encapsw.pr_ctlinput(). 2016-02-26 07:35:17 +00:00
in6_ifattach.c Protect ifnet list with psz and psref 2016-05-12 02:24:16 +00:00
in6_ifattach.h
in6_offload.c ip6_undefer_csum: 2011-04-25 22:07:57 +00:00
in6_offload.h undefer csum in looutput. 2011-04-25 22:20:59 +00:00
in6_pcb.c Make sure returning ifp from in6_select* functions psref-ed 2016-06-21 10:25:27 +00:00
in6_pcb.h remove transitional functions in{,6}_pcbconnect_m() that were used in 2015-05-24 15:43:45 +00:00
in6_print.c add routines to print in6_addr and sockaddr_in6 (in6_print, sin6_print) 2014-12-02 19:36:58 +00:00
in6_proto.c Sweep unnecessary route.h inclusions 2016-04-26 08:44:44 +00:00
in6_src.c Make sure returning ifp from in6_select* functions psref-ed 2016-06-21 10:25:27 +00:00
in6_var.h Declare in6_tmpaddrtimer_ch in in6_var.h. 2016-02-04 02:48:37 +00:00
in6.c Protect ifnet list with psz and psref 2016-05-12 02:24:16 +00:00
in6.h Reduce code duplication. 2016-02-15 14:59:03 +00:00
ip6_etherip.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
ip6_etherip.h
ip6_flow.c apply if_output_lock() to L3 callers which call ifp->if_output() of L2(or L3 tunneling). 2016-06-20 06:46:37 +00:00
ip6_forward.c Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
ip6_id.c Use time_uptime instead of time_second to avoid time leaps 2015-08-07 08:11:33 +00:00
ip6_input.c Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
ip6_mroute.c Replace ifp of ip_moptions and ip6_moptions with if_index 2016-06-21 03:28:27 +00:00
ip6_mroute.h
ip6_output.c Make sure returning ifp from in6_select* functions psref-ed 2016-06-21 10:25:27 +00:00
ip6_private.h
ip6_var.h Make sure returning ifp from in6_select* functions psref-ed 2016-06-21 10:25:27 +00:00
ip6protosw.h Revert previous: ran cvs commit when I meant cvs diff. Sorry! 2016-01-21 15:41:29 +00:00
ipsec.h remove KAME IPSEC, replaced by FAST_IPSEC 2012-03-22 20:34:37 +00:00
Makefile more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
mld6_var.h First step of random number subsystem rework described in 2011-11-19 22:51:18 +00:00
mld6.c Replace ifp of ip_moptions and ip6_moptions with if_index 2016-06-21 03:28:27 +00:00
nd6_nbr.c Make sure returning ifp from in6_select* functions psref-ed 2016-06-21 10:25:27 +00:00
nd6_rtr.c Protect if_byindex by pserialize 2016-06-15 06:01:21 +00:00
nd6.c Fix nd6_output (if_output_lock conversion mistake) 2016-06-21 02:14:11 +00:00
nd6.h Separate nexthop caches from the routing table 2016-04-04 07:37:07 +00:00
pim6_var.h
pim6.h
raw_ip6.c Make sure returning ifp from in6_select* functions psref-ed 2016-06-21 10:25:27 +00:00
raw_ip6.h
route6.c
scope6_var.h printable version of the scope. 2014-12-10 01:10:37 +00:00
scope6.c Protect if_byindex by pserialize 2016-06-15 06:01:21 +00:00
sctp6_usrreq.c Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
sctp6_var.h Add core networking support for SCTP. 2015-10-13 21:28:34 +00:00
udp6_output.c Make sure returning ifp from in6_select* functions psref-ed 2016-06-21 10:25:27 +00:00
udp6_private.h
udp6_usrreq.c Avoid storing a pointer of an interface in a mbuf 2016-06-10 13:31:43 +00:00
udp6_var.h make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
udp6.h