Searched refs:pcblist (Results 1 – 6 of 6) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | udp_usrreq.c | 531 struct inpcbhead *pcblist; in udp_input() local 535 pcblist = udp_get_pcblist(proto); in udp_input() 537 CK_LIST_FOREACH(inp, pcblist, inp_list) { in udp_input() 921 SYSCTL_PROC(_net_inet_udp, UDPCTL_PCBLIST, pcblist,
|
| H A D | ip_divert.c | 744 SYSCTL_PROC(_net_inet_divert, OID_AUTO, pcblist,
|
| H A D | raw_ip.c | 1164 SYSCTL_PROC(_net_inet_raw, OID_AUTO/*XXX*/, pcblist,
|
| H A D | tcp_subr.c | 2341 SYSCTL_PROC(_net_inet_tcp, TCPCTL_PCBLIST, pcblist,
|
| /f-stack/freebsd/netinet6/ |
| H A D | udp6_usrreq.c | 316 struct inpcbhead *pcblist; in udp6_input() local 334 pcblist = udp_get_pcblist(nxt); in udp6_input() 336 CK_LIST_FOREACH(inp, pcblist, inp_list) { in udp6_input()
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_usrreq.c | 1932 SYSCTL_PROC(_net_local_dgram, OID_AUTO, pcblist, 1936 SYSCTL_PROC(_net_local_stream, OID_AUTO, pcblist, 1940 SYSCTL_PROC(_net_local_seqpacket, OID_AUTO, pcblist,
|