Lines Matching defs:pcbinfo

196 	struct inpcbinfo *pcbinfo;
285 pcbinfo = get_inpcbinfo(nxt);
291 INP_INFO_RLOCK(pcbinfo);
403 INP_INFO_RUNLOCK(pcbinfo);
426 inp = in6_pcblookup_mbuf(pcbinfo, &ip6->ip6_src,
435 inp = in6_pcblookup(pcbinfo, &ip6->ip6_src,
445 inp = in6_pcblookup_mbuf(pcbinfo, &ip6->ip6_src,
489 INP_INFO_RUNLOCK(pcbinfo);
498 struct inpcbinfo *pcbinfo)
554 (void)in6_pcbnotify(pcbinfo, sa, uh.uh_dport,
558 (void)in6_pcbnotify(pcbinfo, sa, 0,
869 struct inpcbinfo *pcbinfo;
871 pcbinfo = get_inpcbinfo(so->so_proto->pr_protocol);
887 INP_HASH_WLOCK(pcbinfo);
890 INP_HASH_WUNLOCK(pcbinfo);
900 struct inpcbinfo *pcbinfo;
903 pcbinfo = get_inpcbinfo(so->so_proto->pr_protocol);
912 INP_INFO_WLOCK(pcbinfo);
913 error = in_pcballoc(so, pcbinfo);
915 INP_INFO_WUNLOCK(pcbinfo);
936 INP_INFO_WUNLOCK(pcbinfo);
940 INP_INFO_WUNLOCK(pcbinfo);
948 struct inpcbinfo *pcbinfo;
951 pcbinfo = get_inpcbinfo(so->so_proto->pr_protocol);
956 INP_HASH_WLOCK(pcbinfo);
984 INP_HASH_WUNLOCK(pcbinfo);
993 struct inpcbinfo *pcbinfo;
995 pcbinfo = get_inpcbinfo(so->so_proto->pr_protocol);
1010 INP_HASH_WLOCK(pcbinfo);
1013 INP_HASH_WUNLOCK(pcbinfo);
1023 struct inpcbinfo *pcbinfo;
1027 pcbinfo = get_inpcbinfo(so->so_proto->pr_protocol);
1054 INP_HASH_WLOCK(pcbinfo);
1057 INP_HASH_WUNLOCK(pcbinfo);
1072 INP_HASH_WLOCK(pcbinfo);
1074 INP_HASH_WUNLOCK(pcbinfo);
1086 struct inpcbinfo *pcbinfo;
1089 pcbinfo = get_inpcbinfo(so->so_proto->pr_protocol);
1093 INP_INFO_WLOCK(pcbinfo);
1099 INP_INFO_WUNLOCK(pcbinfo);
1107 struct inpcbinfo *pcbinfo;
1110 pcbinfo = get_inpcbinfo(so->so_proto->pr_protocol);
1131 INP_HASH_WLOCK(pcbinfo);
1134 INP_HASH_WUNLOCK(pcbinfo);
1148 struct inpcbinfo *pcbinfo;
1151 pcbinfo = get_inpcbinfo(so->so_proto->pr_protocol);
1203 INP_HASH_WLOCK(pcbinfo);
1205 INP_HASH_WUNLOCK(pcbinfo);