• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-13-stable/sys/netinet6/

Lines Matching refs:pcbinfo

218 	struct inpcbinfo *pcbinfo;
313 pcbinfo = udp_get_inpcbinfo(nxt);
469 inp = in6_pcblookup_mbuf(pcbinfo, &ip6->ip6_src,
478 inp = in6_pcblookup(pcbinfo, &ip6->ip6_src,
488 inp = in6_pcblookup_mbuf(pcbinfo, &ip6->ip6_src,
547 struct inpcbinfo *pcbinfo)
606 inp = in6_pcblookup_mbuf(pcbinfo, &ip6->ip6_dst,
626 (void)in6_pcbnotify(pcbinfo, sa, uh.uh_dport,
630 (void)in6_pcbnotify(pcbinfo, sa, 0,
862 struct inpcbinfo *pcbinfo;
866 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
867 INP_HASH_WLOCK(pcbinfo);
869 INP_HASH_WUNLOCK(pcbinfo);
1003 struct inpcbinfo *pcbinfo;
1005 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1025 INP_HASH_WLOCK(pcbinfo);
1028 INP_HASH_WUNLOCK(pcbinfo);
1038 struct inpcbinfo *pcbinfo;
1041 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1050 INP_INFO_WLOCK(pcbinfo);
1051 error = in_pcballoc(so, pcbinfo);
1053 INP_INFO_WUNLOCK(pcbinfo);
1074 INP_INFO_WUNLOCK(pcbinfo);
1078 INP_INFO_WUNLOCK(pcbinfo);
1086 struct inpcbinfo *pcbinfo;
1090 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1100 INP_HASH_WLOCK(pcbinfo);
1131 INP_HASH_WUNLOCK(pcbinfo);
1140 struct inpcbinfo *pcbinfo;
1142 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1161 INP_HASH_WLOCK(pcbinfo);
1164 INP_HASH_WUNLOCK(pcbinfo);
1177 struct inpcbinfo *pcbinfo;
1182 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1220 INP_HASH_WLOCK(pcbinfo);
1223 INP_HASH_WUNLOCK(pcbinfo);
1253 INP_HASH_WLOCK(pcbinfo);
1255 INP_HASH_WUNLOCK(pcbinfo);
1275 struct inpcbinfo *pcbinfo;
1278 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1282 INP_INFO_WLOCK(pcbinfo);
1288 INP_INFO_WUNLOCK(pcbinfo);
1296 struct inpcbinfo *pcbinfo;
1298 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1322 INP_HASH_WLOCK(pcbinfo);
1325 INP_HASH_WUNLOCK(pcbinfo);