Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dudp_var.h67 struct udpcb { struct
76 #define intoudpcb(ip) ((struct udpcb *)(ip)->inp_ppcb) argument
173 void udp_discardcb(struct udpcb *);
/f-stack/freebsd/netinet/
H A Dudp_var.h67 struct udpcb { struct
76 #define intoudpcb(ip) ((struct udpcb *)(ip)->inp_ppcb) argument
173 void udp_discardcb(struct udpcb *);
H A Dudp_usrreq.c212 V_udpcb_zone = uma_zcreate("udpcb", sizeof(struct udpcb), in udp_init()
246 struct udpcb *up; in udp_newudpcb()
256 udp_discardcb(struct udpcb *up) in udp_discardcb()
309 struct udpcb *up; in udp_append()
733 struct udpcb *up; in udp_input()
823 struct udpcb *up; in udp_common_ctlinput()
973 struct udpcb *up; in udp_ctloutput()
1413 struct udpcb *up; in udp_output()
1595 struct udpcb *up; in udp_set_kernel_tunneling()
1693 struct udpcb *up; in udp_detach()
/f-stack/freebsd/netinet6/
H A Dudp6_usrreq.c148 struct udpcb *up; in udp6_append()
219 struct udpcb *up; in udp6_input()
611 struct udpcb *up; in udp6_common_ctlinput()
911 struct udpcb *up; in udp6_output()
1266 struct udpcb *up; in udp6_detach()
/f-stack/freebsd/netipsec/
H A Dudpencap.c70 struct udpcb *up; in udp_ipsec_pcbctl()