Home
last modified time | relevance | path

Searched refs:udp_input (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/netipsec/
H A Dipsec_support.h57 int (*udp_input)(struct mbuf *, int, int); member
139 (*ipv4_ipsec_support->methods->udp_input)(m, __VA_ARGS__)
H A Dipsec_mod.c67 .udp_input = udp_ipsec_input,
H A Dsubr_ipsec.c336 udp_input, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m,
/f-stack/freebsd/netinet/
H A Din_proto.c125 .pr_input = udp_input,
174 .pr_input = udp_input,
H A Dudp_var.h180 int udp_input(struct mbuf **, int *, int);
H A Dudp_usrreq.c393 udp_input(struct mbuf **mp, int *offp, int proto) in udp_input() function
/f-stack/tools/compat/include/netinet/
H A Dudp_var.h180 int udp_input(struct mbuf **, int *, int);