Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dudp_var.h111 struct udpcb { struct
114 #define u_zero_size (sizeof(struct udpcb) - \ argument
115 offsetof(struct udpcb, u_start_zero))
124 #define intoudpcb(ip) __containerof((inp), struct udpcb, u_inpcb) argument
H A Dudp_usrreq.c167 INPCBSTORAGE_DEFINE(udpcbstor, udpcb, "udpinp", "udp_inpcb", "udp", "udphash");
168 INPCBSTORAGE_DEFINE(udplitecbstor, udpcb, "udpliteinp", "udplite_inpcb",
242 struct udpcb *up; in udp_append()
656 struct udpcb *up; in udp_input()
725 struct udpcb *up; in udp_common_ctlinput()
867 struct udpcb *up; in udp_ctloutput()
1354 struct udpcb *up; in udp_send()
1493 struct udpcb *up; in udp_attach()
1522 struct udpcb *up; in udp_set_kernel_tunneling()
/freebsd-14.2/sys/netinet6/
H A Dudp6_usrreq.c145 struct udpcb *up; in udp6_append()
348 struct udpcb *up; in udp6_input()
572 struct udpcb *up; in udp6_common_ctlinput()
867 struct udpcb *up; in udp6_send()
988 struct udpcb *up; in udp6_attach()
/freebsd-14.2/sys/netipsec/
H A Dudpencap.c68 struct udpcb *up; in udp_ipsec_pcbctl()