udbtable 2586 net/pf.c tb = &udbtable;
udbtable 118 netinet/udp_usrreq.c struct inpcbtable udbtable;
udbtable 135 netinet/udp_usrreq.c in_pcbinit(&udbtable, udbhashsize);
udbtable 418 netinet/udp_usrreq.c CIRCLEQ_FOREACH(inp, &udbtable.inpt_queue, inp_queue) {
udbtable 528 netinet/udp_usrreq.c inp = in6_pcbhashlookup(&udbtable, &ip6->ip6_src, uh->uh_sport,
udbtable 532 netinet/udp_usrreq.c inp = in_pcbhashlookup(&udbtable, ip->ip_src, uh->uh_sport,
udbtable 541 netinet/udp_usrreq.c inp = in6_pcblookup_listen(&udbtable,
udbtable 545 netinet/udp_usrreq.c inp = in_pcblookup_listen(&udbtable,
udbtable 778 netinet/udp_usrreq.c if (in6_pcbhashlookup(&udbtable, &sa6.sin6_addr,
udbtable 789 netinet/udp_usrreq.c else if (in6_pcblookup_listen(&udbtable,
udbtable 812 netinet/udp_usrreq.c (void) in6_pcbnotify(&udbtable, (struct sockaddr *)&sa6,
udbtable 816 netinet/udp_usrreq.c (void) in6_pcbnotify(&udbtable, (struct sockaddr *)&sa6, 0,
udbtable 865 netinet/udp_usrreq.c inp = in_pcbhashlookup(&udbtable,
udbtable 870 netinet/udp_usrreq.c in_pcbnotifyall(&udbtable, sa, errno, notify);
udbtable 1039 netinet/udp_usrreq.c error = in_pcballoc(so, &udbtable);
udbtable 99 netinet/udp_var.h extern struct inpcbtable udbtable;