Lines Matching defs:pcbinfo

201 	struct inpcbinfo *pcbinfo;
284 pcbinfo = udp_get_inpcbinfo(nxt);
290 INP_INFO_RLOCK(pcbinfo);
403 INP_INFO_RUNLOCK(pcbinfo);
427 inp = in6_pcblookup_mbuf(pcbinfo, &ip6->ip6_src,
436 inp = in6_pcblookup(pcbinfo, &ip6->ip6_src,
446 inp = in6_pcblookup_mbuf(pcbinfo, &ip6->ip6_src,
490 INP_INFO_RUNLOCK(pcbinfo);
499 struct inpcbinfo *pcbinfo)
558 inp = in6_pcblookup_mbuf(pcbinfo, &ip6->ip6_dst,
578 (void)in6_pcbnotify(pcbinfo, sa, uh.uh_dport,
582 (void)in6_pcbnotify(pcbinfo, sa, 0,
925 struct inpcbinfo *pcbinfo;
927 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
947 INP_HASH_WLOCK(pcbinfo);
950 INP_HASH_WUNLOCK(pcbinfo);
960 struct inpcbinfo *pcbinfo;
963 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
972 INP_INFO_WLOCK(pcbinfo);
973 error = in_pcballoc(so, pcbinfo);
975 INP_INFO_WUNLOCK(pcbinfo);
996 INP_INFO_WUNLOCK(pcbinfo);
1000 INP_INFO_WUNLOCK(pcbinfo);
1008 struct inpcbinfo *pcbinfo;
1011 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1016 INP_HASH_WLOCK(pcbinfo);
1044 INP_HASH_WUNLOCK(pcbinfo);
1053 struct inpcbinfo *pcbinfo;
1055 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1074 INP_HASH_WLOCK(pcbinfo);
1077 INP_HASH_WUNLOCK(pcbinfo);
1087 struct inpcbinfo *pcbinfo;
1091 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1118 INP_HASH_WLOCK(pcbinfo);
1121 INP_HASH_WUNLOCK(pcbinfo);
1136 INP_HASH_WLOCK(pcbinfo);
1138 INP_HASH_WUNLOCK(pcbinfo);
1150 struct inpcbinfo *pcbinfo;
1153 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1157 INP_INFO_WLOCK(pcbinfo);
1163 INP_INFO_WUNLOCK(pcbinfo);
1171 struct inpcbinfo *pcbinfo;
1174 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1198 INP_HASH_WLOCK(pcbinfo);
1201 INP_HASH_WUNLOCK(pcbinfo);
1215 struct inpcbinfo *pcbinfo;
1218 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1273 INP_HASH_WLOCK(pcbinfo);
1275 INP_HASH_WUNLOCK(pcbinfo);