Home
last modified time | relevance | path

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

/Linux-v5.10/net/ipv6/
Dip6_udp_tunnel.c33 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create6()
/Linux-v5.10/net/ipv4/
Dudp_tunnel_core.c25 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create4()
/Linux-v5.10/net/core/
Dsock.c587 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk) in sock_bindtoindex() function
599 EXPORT_SYMBOL(sock_bindtoindex);
640 return sock_bindtoindex(sk, index, true); in sock_setbindtodevice()
Dfilter.c4773 ret = sock_bindtoindex(sk, ifindex, false); in _bpf_setsockopt()
/Linux-v5.10/include/net/
Dsock.h2693 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk);