Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dudp_var.h110 struct udpcb { struct
113 #define u_zero_size (sizeof(struct udpcb) - \ argument
114 offsetof(struct udpcb, u_start_zero))
123 #define intoudpcb(ip) __containerof((ip), struct udpcb, u_inpcb) argument
H A Dudp_usrreq.c169 INPCBSTORAGE_DEFINE(udpcbstor, udpcb, "udpinp", "udp_inpcb", "udp", "udphash");
170 INPCBSTORAGE_DEFINE(udplitecbstor, udpcb, "udpliteinp", "udplite_inpcb",
246 struct udpcb *up; in udp_append()
690 struct udpcb *up; in udp_input()
759 struct udpcb *up; in udp_common_ctlinput()
909 struct udpcb *up; in udp_ctloutput()
1419 struct udpcb *up; in udp_send()
1558 struct udpcb *up; in udp_attach()
1587 struct udpcb *up; in udp_set_kernel_tunneling()
/src/sys/netinet6/
H A Dudp6_usrreq.c143 struct udpcb *up; in udp6_append()
360 struct udpcb *up; in udp6_input()
593 struct udpcb *up; in udp6_common_ctlinput()
900 struct udpcb *up; in udp6_send()
1021 struct udpcb *up; in udp6_attach()
/src/sys/netipsec/
H A Dudpencap.c72 struct udpcb *up; in udp_ipsec_pcbctl()