Home
last modified time | relevance | path

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

/net/ipv6/
Dip6_udp_tunnel.c33 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create6()
/net/ipv4/
Dudp_tunnel_core.c25 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create4()
/net/core/
Dsock.c616 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk) in sock_bindtoindex() function
628 EXPORT_SYMBOL(sock_bindtoindex);
669 return sock_bindtoindex(sk, index, true); in sock_setbindtodevice()
Dfilter.c4832 ret = sock_bindtoindex(sk, ifindex, false); in _bpf_setsockopt()