Searched refs:sock_bindtoindex (Results 1 – 4 of 4) sorted by relevance
/net/ipv6/ |
D | ip6_udp_tunnel.c | 33 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create6()
|
/net/ipv4/ |
D | udp_tunnel_core.c | 25 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create4()
|
/net/core/ |
D | sock.c | 616 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()
|
D | filter.c | 4832 ret = sock_bindtoindex(sk, ifindex, false); in _bpf_setsockopt()
|