Home
last modified time | relevance | path

Searched refs:PR_WRAP_CTLINPUT (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netinet6/
H A Din6_proto.c143 PR_WRAP_CTLINPUT(rip6_ctlinput)
144 PR_WRAP_CTLINPUT(encap6_ctlinput) in PR_WRAP_CTLINPUT() function
145 PR_WRAP_CTLINPUT(udp6_ctlinput) in PR_WRAP_CTLINPUT()
146 PR_WRAP_CTLINPUT(tcp6_ctlinput) in PR_WRAP_CTLINPUT()
164 PR_WRAP_CTLINPUT(dccp6_ctlinput) in PR_WRAP_CTLINPUT()
172 PR_WRAP_CTLINPUT(sctp6_ctlinput) in PR_WRAP_CTLINPUT()
247 PR_WRAP_CTLINPUT(ah6_ctlinput) in IPSEC_WRAP_CTLINPUT()
248 PR_WRAP_CTLINPUT(esp6_ctlinput) in IPSEC_WRAP_CTLINPUT()
/netbsd-src/sys/netinet/
H A Din_proto.c151 PR_WRAP_CTLINPUT(rip_ctlinput)
152 PR_WRAP_CTLINPUT(udp_ctlinput) in PR_WRAP_CTLINPUT() function
153 PR_WRAP_CTLINPUT(tcp_ctlinput) in PR_WRAP_CTLINPUT()
168 PR_WRAP_CTLINPUT(dccp_ctlinput) in PR_WRAP_CTLINPUT()
176 PR_WRAP_CTLINPUT(sctp_ctlinput) in PR_WRAP_CTLINPUT()
249 PR_WRAP_CTLINPUT(ah4_ctlinput)
250 PR_WRAP_CTLINPUT(esp4_ctlinput)
/netbsd-src/sys/sys/
H A Dprotosw.h486 #define PR_WRAP_CTLINPUT(name) \ macro