Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dudp_var.h123 #define intoudpcb(ip) __containerof((ip), struct udpcb, u_inpcb) macro
124 #define sotoudpcb(so) (intoudpcb(sotoinpcb(so)))
H A Dudp_usrreq.c253 up = intoudpcb(inp); in udp_append()
675 up = intoudpcb(inp); in udp_input()
745 up = intoudpcb(inp); in udp_common_ctlinput()
959 up = intoudpcb(inp); in udp_ctloutput()
1015 up = intoudpcb(inp); in udp_ctloutput()
1370 up = intoudpcb(inp); in udp_send()
1523 up = intoudpcb(inp); in udp_attach()
1542 up = intoudpcb(inp); in udp_set_kernel_tunneling()
/freebsd/sys/netinet6/
H A Dudp6_usrreq.c152 up = intoudpcb(inp); in udp6_append()
527 up = intoudpcb(inp); in udp6_input()
586 up = intoudpcb(inp); in udp6_common_ctlinput()
882 up = intoudpcb(inp); in udp6_send()
1025 up = intoudpcb(inp); in udp6_attach()
/freebsd/sys/netipsec/
H A Dudpencap.c81 up = intoudpcb(inp); in udp_ipsec_pcbctl()