dccp_usrreq.c | 139 struct inpcbtable dccpbtable; variable in typeref:struct:inpcbtable 180 inpcb_init(&dccpbtable, DCCPBHASHSIZE, DCCPBHASHSIZE); 340 inp = in6pcb_lookup(&dccpbtable, &ip6->ip6_src, 344 inp = in6pcb_lookup_bound(&dccpbtable, &ip6->ip6_dst, 350 inp = inpcb_lookup(&dccpbtable, ip->ip_src, 354 inp = inpcb_lookup_bound(&dccpbtable, ip->ip_dst, 952 inpcb_notify(&dccpbtable, faddr, dh->dh_dport, 964 inpcb_notifyall(&dccpbtable, faddr, inetctlerrmap[cmd], notify); 1620 error = inpcb_create(so, &dccpbtable); 2737 inpcb_purgeif0(&dccpbtable, ifp) [all...] |