Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netinet/
HDin_var.h100 extern u_char inetctlerrmap[];
HDudp_usrreq.c772 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in udp_common_ctlinput()
781 udp_notify(inp, inetctlerrmap[cmd]); in udp_common_ctlinput()
801 in_pcbnotifyall(pcbinfo, faddr, inetctlerrmap[cmd], in udp_common_ctlinput()
HDtcp_subr.c1964 else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) in tcp_ctlinput()
1968 in_pcbnotifyall(&V_tcbinfo, faddr, inetctlerrmap[cmd], notify); in tcp_ctlinput()
2025 inetctlerrmap[cmd]); in tcp_ctlinput()
HDip_input.c926 u_char inetctlerrmap[PRC_NCMDS] = { variable
HDsctp_usrreq.c274 } else if ((unsigned)cmd >= PRC_NCMDS || inetctlerrmap[cmd] == 0) { in sctp_ctlinput()
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1569 sdp_pcbnotifyall(faddr, inetctlerrmap[cmd], sdp_notify); in sdp_ctlinput()