Home
last modified time | relevance | path

Searched refs:in_pcbinshash (Results 1 – 6 of 6) sorted by relevance

/freebsd-12-stable/sys/netinet/
Din_pcb.h866 int in_pcbinshash(struct inpcb *);
Din_pcb.c583 if (in_pcbinshash(inp) != 0) { in in_pcbbind()
1027 if (in_pcbinshash(inp) != 0) { in in_pcbconnect_mbuf()
2626 in_pcbinshash(struct inpcb *inp) in in_pcbinshash() function
Dudp_usrreq.c1458 if (in_pcbinshash(inp) != 0) { in udp_output()
Dtcp_usrreq.c1509 if (in_pcbinshash(inp) != 0) { in tcp_connect()
/freebsd-12-stable/sys/netinet6/
Din6_src.c990 if (in_pcbinshash(inp) != 0) { in in6_pcbsetport()
Din6_pcb.c323 if (in_pcbinshash(inp) != 0) { in in6_pcbbind()