Lines Matching defs:pcbinfo

400 	struct inpcbinfo *pcbinfo;
524 pcbinfo = udp_get_inpcbinfo(proto);
531 INP_INFO_RLOCK(pcbinfo);
626 INP_INFO_RUNLOCK(pcbinfo);
633 INP_INFO_RUNLOCK(pcbinfo);
654 inp = in_pcblookup_mbuf(pcbinfo, ip->ip_src, uh->uh_sport,
662 inp = in_pcblookup(pcbinfo, ip->ip_src,
672 inp = in_pcblookup_mbuf(pcbinfo, ip->ip_src, uh->uh_sport,
760 struct inpcbinfo *pcbinfo)
789 inp = in_pcblookup(pcbinfo, faddr, uh->uh_dport,
798 inp = in_pcblookup(pcbinfo, faddr, uh->uh_dport,
814 in_pcbnotifyall(pcbinfo, faddr, inetctlerrmap[cmd],
1135 struct inpcbinfo *pcbinfo;
1151 * pcbinfo lock or not. Do any work to decide what is needed up
1281 pcbinfo = udp_get_inpcbinfo(pr);
1285 INP_HASH_WLOCK(pcbinfo);
1293 INP_HASH_RLOCK(pcbinfo);
1306 INP_HASH_LOCK_ASSERT(pcbinfo);
1357 INP_HASH_LOCK_ASSERT(pcbinfo);
1372 INP_HASH_WLOCK_ASSERT(pcbinfo);
1547 INP_HASH_WUNLOCK(pcbinfo);
1549 INP_HASH_RUNLOCK(pcbinfo);
1562 INP_HASH_WUNLOCK(pcbinfo);
1565 INP_HASH_RUNLOCK(pcbinfo);
1713 struct inpcbinfo *pcbinfo;
1715 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1720 INP_HASH_WLOCK(pcbinfo);
1723 INP_HASH_WUNLOCK(pcbinfo);
1733 struct inpcbinfo *pcbinfo;
1736 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1742 INP_INFO_WLOCK(pcbinfo);
1743 error = in_pcballoc(so, pcbinfo);
1745 INP_INFO_WUNLOCK(pcbinfo);
1757 INP_INFO_WUNLOCK(pcbinfo);
1762 INP_INFO_WUNLOCK(pcbinfo);
1796 struct inpcbinfo *pcbinfo;
1799 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1803 INP_HASH_WLOCK(pcbinfo);
1805 INP_HASH_WUNLOCK(pcbinfo);
1814 struct inpcbinfo *pcbinfo;
1816 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1821 INP_HASH_WLOCK(pcbinfo);
1824 INP_HASH_WUNLOCK(pcbinfo);
1834 struct inpcbinfo *pcbinfo;
1838 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1852 INP_HASH_WLOCK(pcbinfo);
1854 INP_HASH_WUNLOCK(pcbinfo);
1865 struct inpcbinfo *pcbinfo;
1868 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1873 INP_INFO_WLOCK(pcbinfo);
1880 INP_INFO_WUNLOCK(pcbinfo);
1888 struct inpcbinfo *pcbinfo;
1890 pcbinfo = udp_get_inpcbinfo(so->so_proto->pr_protocol);
1898 INP_HASH_WLOCK(pcbinfo);
1901 INP_HASH_WUNLOCK(pcbinfo);