Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_udp_tunnel.c34 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create6()
/linux/net/ipv4/
H A Dudp_tunnel_core.c23 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create4()
/linux/net/core/
H A Dsock.c663 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk) in sock_bindtoindex() function
675 EXPORT_SYMBOL(sock_bindtoindex);
/linux/include/net/
H A Dsock.h2918 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk);