Home
last modified time | relevance | path

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

/freebsd/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.c170 INPCBSTORAGE_DEFINE(udpcbstor, udpcb, "udpinp", "udp_inpcb", "udp", "udphash");
171 INPCBSTORAGE_DEFINE(udplitecbstor, udpcb, "udpliteinp", "udplite_inpcb",
245 struct udpcb *up; in udp_append()
673 struct udpcb *up; in udp_input()
742 struct udpcb *up; in udp_common_ctlinput()
886 struct udpcb *up; in udp_ctloutput()
1367 struct udpcb *up; in udp_send()
1506 struct udpcb *up; in udp_attach()
1535 struct udpcb *up; in udp_set_kernel_tunneling()
/freebsd/sys/netinet6/
H A Dudp6_usrreq.c144 struct udpcb *up; in udp6_append()
356 struct udpcb *up; in udp6_input()
583 struct udpcb *up; in udp6_common_ctlinput()
880 struct udpcb *up; in udp6_send()
1001 struct udpcb *up; in udp6_attach()
/freebsd/sys/netipsec/
H A Dudpencap.c72 struct udpcb *up; in udp_ipsec_pcbctl()