Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dudp_var.h113 #define u_start_zero u_tun_func
116 udp_tun_func_t *u_tun_func; /* UDP kernel tunneling callback. */ member
H A Dudp_usrreq.c251 if (up->u_tun_func != NULL) { in udp_append()
254 filtered = (*up->u_tun_func)(n, off, inp, (struct sockaddr *)&udp_in[0], in udp_append()
1530 if ((f != NULL || i != NULL) && ((up->u_tun_func != NULL) || in udp_set_kernel_tunneling()
1535 up->u_tun_func = f; in udp_set_kernel_tunneling()
/freebsd-14.2/sys/netinet6/
H A Dudp6_usrreq.c154 if (up->u_tun_func != NULL) { in udp6_append()
157 filtered = (*up->u_tun_func)(n, off, inp, in udp6_append()