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

  /src/sys/netinet/
in_pcb.h 259 void inpcb_destroy(void *);
in_pcb.c 675 inpcb_destroy(inp);
679 * inpcb_destroy: destroy PCB as well as the associated socket.
682 inpcb_destroy(void *v) function in typeref:typename:void
raw_ip.c 551 inpcb_destroy(inp);
udp_usrreq.c 897 inpcb_destroy(inp);
dccp_usrreq.c 1592 inpcb_destroy(inp);
1629 inpcb_destroy(inp);
tcp_subr.c 1153 inpcb_destroy(inp);
tcp_usrreq.c 486 inpcb_destroy(inp);
  /src/sys/netinet6/
udp6_usrreq.c 1105 inpcb_destroy(inp);
1215 inpcb_destroy(sotoinpcb(so));
in6_pcb.c 562 inpcb_destroy(inp);
raw_ip6.c 640 inpcb_destroy(inp);

Completed in 166 milliseconds