Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dip6_udp_tunnel.c33 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create6()
/openbmc/linux/net/ipv4/
H A Dudp_tunnel_core.c22 err = sock_bindtoindex(sock->sk, cfg->bind_ifindex, true); in udp_sock_create4()
/openbmc/linux/net/core/
H A Dsock.c661 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk) in sock_bindtoindex() function
673 EXPORT_SYMBOL(sock_bindtoindex);
/openbmc/linux/include/net/
H A Dsock.h3005 int sock_bindtoindex(struct sock *sk, int ifindex, bool lock_sk);