Home
last modified time | relevance | path

Searched refs:kernel_sock_ip_overhead (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dnet.h326 u32 kernel_sock_ip_overhead(struct sock *sk);
/kernel/linux/linux-5.10/net/l2tp/
H A Dl2tp_eth.c219 l3_overhead = kernel_sock_ip_overhead(tunnel->sock); in l2tp_eth_adjust_mtu()
/kernel/linux/linux-6.6/include/linux/
H A Dnet.h343 u32 kernel_sock_ip_overhead(struct sock *sk);
/kernel/linux/linux-6.6/net/l2tp/
H A Dl2tp_eth.c219 l3_overhead = kernel_sock_ip_overhead(tunnel->sock); in l2tp_eth_adjust_mtu()
/kernel/linux/linux-5.10/net/
H A Dsocket.c3594 * kernel_sock_ip_overhead - returns the IP overhead imposed by a socket
3603 u32 kernel_sock_ip_overhead(struct sock *sk) in kernel_sock_ip_overhead() function
3640 EXPORT_SYMBOL(kernel_sock_ip_overhead); variable
/kernel/linux/linux-6.6/net/
H A Dsocket.c3651 * kernel_sock_ip_overhead - returns the IP overhead imposed by a socket
3660 u32 kernel_sock_ip_overhead(struct sock *sk) in kernel_sock_ip_overhead() function
3697 EXPORT_SYMBOL(kernel_sock_ip_overhead); variable

Completed in 12 milliseconds