Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_udp_tunnel.c33 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create6()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dudp_tunnel_core.c25 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create4()
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c588 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk) in sock_bindtoindex() function
600 EXPORT_SYMBOL(sock_bindtoindex);
641 return sock_bindtoindex(sk, index, true); in sock_setbindtodevice()
H A Dfilter.c4754 ret = sock_bindtoindex(sk, ifindex, false); in _bpf_setsockopt()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h2776 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk);