Searched refs:u_tun_func (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/sys/netinet/
H A Dudp_var.h68 udp_tun_func_t u_tun_func; /* UDP kernel tunneling callback. */ member in struct:udpcb
H A Dudp_usrreq.c314 if (up->u_tun_func != NULL) {
317 (*up->u_tun_func)(n, off, inp, (struct sockaddr *)&udp_in[0],
1742 if ((up->u_tun_func != NULL) ||
1747 up->u_tun_func = f;
/freebsd-12-stable/sys/netinet6/
H A Dudp6_usrreq.c149 if (up->u_tun_func != NULL) {
152 (*up->u_tun_func)(n, off, inp, (struct sockaddr *)&fromsa[0],

Completed in 112 milliseconds