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

/freebsd-11-stable/sys/netipsec/
H A Dipsec_mod.c67 .udp_input = udp_ipsec_input,
H A Dipsec_support.h57 int (*udp_input)(struct mbuf *, int, int); member in struct:ipsec_methods
139 (*ipv4_ipsec_support->methods->udp_input)(m, __VA_ARGS__)
H A Dsubr_ipsec.c266 udp_input, METHOD_DECL(struct ipsec_support * const sc, struct mbuf *m,
/freebsd-11-stable/sys/netinet/
H A Dudp_var.h174 int udp_input(struct mbuf **, int *, int);
H A Din_proto.c127 .pr_input = udp_input,
176 .pr_input = udp_input,
H A Dudp_usrreq.c280 * Subroutine of udp_input(), which appends the provided mbuf chain to the
378 udp_input(struct mbuf **mp, int *offp, int proto) function
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.c93 udp_input(int fd __unused, void *udata) function
145 if ((p->input.id = fd_select(p->input.fd, udp_input,

Completed in 276 milliseconds