Home
last modified time | relevance | path

Searched refs:sock_bindtoindex (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/net/ipv6/
Dip6_udp_tunnel.c33 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create6()
/linux-6.6.21/net/ipv4/
Dudp_tunnel_core.c22 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create4()
/linux-6.6.21/net/core/
Dsock.c660 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk) in sock_bindtoindex() function
672 EXPORT_SYMBOL(sock_bindtoindex);
/linux-6.6.21/include/net/
Dsock.h3002 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk);