Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dudp_var.h76 #define intoudpcb(ip) ((struct udpcb *)(ip)->inp_ppcb) macro
77 #define sotoudpcb(so) (intoudpcb(sotoinpcb(so)))
Dudp_usrreq.c313 up = intoudpcb(inp); in udp_append()
734 up = intoudpcb(inp); in udp_input()
826 up = intoudpcb(inp); in udp_common_ctlinput()
1059 up = intoudpcb(inp); in udp_ctloutput()
1098 up = intoudpcb(inp); in udp_ctloutput()
1510 up = intoudpcb(inp); in udp_output()
1741 up = intoudpcb(inp); in udp_set_kernel_tunneling()
1838 up = intoudpcb(inp); in udp_detach()
/freebsd-12-stable/sys/netinet6/
Dudp6_usrreq.c148 up = intoudpcb(inp); in udp6_append()
514 up = intoudpcb(inp); in udp6_input()
609 up = intoudpcb(inp); in udp6_common_ctlinput()
937 up = intoudpcb(inp); in udp6_output()
1335 up = intoudpcb(inp); in udp6_detach()
/freebsd-12-stable/sys/netipsec/
Dudpencap.c79 up = intoudpcb(inp); in udp_ipsec_pcbctl()