Searched refs:udp_input (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netipsec/ |
| H A D | ipsec_support.h | 57 int (*udp_input)(struct mbuf *, int, int); member 139 (*ipv4_ipsec_support->methods->udp_input)(m, __VA_ARGS__)
|
| H A D | ipsec_mod.c | 67 .udp_input = udp_ipsec_input,
|
| H A D | subr_ipsec.c | 336 udp_input, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m,
|
| /f-stack/freebsd/netinet/ |
| H A D | in_proto.c | 125 .pr_input = udp_input, 174 .pr_input = udp_input,
|
| H A D | udp_var.h | 180 int udp_input(struct mbuf **, int *, int);
|
| H A D | udp_usrreq.c | 393 udp_input(struct mbuf **mp, int *offp, int proto) in udp_input() function
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | udp_var.h | 180 int udp_input(struct mbuf **, int *, int);
|