HomeSort by: relevance | last modified time | path
    Searched refs:dccpbtable (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet6/
dccp6_usrreq.c 322 in6pcb_purgeif0(&dccpbtable, ifp);
330 in6pcb_purgeif(&dccpbtable, ifp);
  /src/sys/netinet/
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...]
dccp_var.h 277 extern struct inpcbtable dccpbtable;

Completed in 14 milliseconds