Home
last modified time | relevance | path

Searched refs:intoudpcb (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dudp_var.h76 #define intoudpcb(ip) ((struct udpcb *)(ip)->inp_ppcb) macro
77 #define sotoudpcb(so) (intoudpcb(sotoinpcb(so)))
/f-stack/freebsd/netinet/
H A Dudp_var.h76 #define intoudpcb(ip) ((struct udpcb *)(ip)->inp_ppcb) macro
77 #define sotoudpcb(so) (intoudpcb(sotoinpcb(so)))
H A Dudp_usrreq.c316 up = intoudpcb(inp); in udp_append()
735 up = intoudpcb(inp); in udp_input()
827 up = intoudpcb(inp); in udp_common_ctlinput()
1029 up = intoudpcb(inp); in udp_ctloutput()
1068 up = intoudpcb(inp); in udp_ctloutput()
1416 up = intoudpcb(inp); in udp_output()
1602 up = intoudpcb(inp); in udp_set_kernel_tunneling()
1702 up = intoudpcb(inp); in udp_detach()
/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c155 up = intoudpcb(inp); in udp6_append()
521 up = intoudpcb(inp); in udp6_input()
613 up = intoudpcb(inp); in udp6_common_ctlinput()
913 up = intoudpcb(inp); in udp6_output()
1274 up = intoudpcb(inp); in udp6_detach()
/f-stack/freebsd/netipsec/
H A Dudpencap.c79 up = intoudpcb(inp); in udp_ipsec_pcbctl()