Searched refs:udpcb (Results 1 – 4 of 4) sorted by relevance
| /freebsd/sys/netinet/ |
| H A D | udp_var.h | 110 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 D | udp_usrreq.c | 168 INPCBSTORAGE_DEFINE(udpcbstor, udpcb, "udpinp", "udp_inpcb", "udphash"); 169 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() 1414 struct udpcb *up; in udp_send() 1545 struct udpcb *up; in udp_attach() 1574 struct udpcb *up; in udp_set_kernel_tunneling()
|
| /freebsd/sys/netinet6/ |
| H A D | udp6_usrreq.c | 142 struct udpcb *up; in udp6_append() 359 struct udpcb *up; in udp6_input() 592 struct udpcb *up; in udp6_common_ctlinput() 896 struct udpcb *up; in udp6_send() 1012 struct udpcb *up; in udp6_attach()
|
| /freebsd/sys/netipsec/ |
| H A D | udpencap.c | 72 struct udpcb *up; in udp_ipsec_pcbctl()
|