Searched refs:inet6_bind_sk (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv6/ |
| H A D | af_inet6.c | 433 int inet6_bind_sk(struct sock *sk, struct sockaddr_unsized *uaddr, int addr_len) in inet6_bind_sk() function 462 return inet6_bind_sk(sock->sk, uaddr, addr_len); in inet6_bind()
|
| /linux/include/net/ |
| H A D | ipv6.h | 1145 int inet6_bind_sk(struct sock *sk, struct sockaddr_unsized *uaddr, int addr_len);
|
| /linux/net/mptcp/ |
| H A D | pm_kernel.c | 884 err = inet6_bind_sk(ssk, (struct sockaddr_unsized *)&addr, addrlen); in mptcp_pm_nl_create_listen_socket()
|
| H A D | protocol.c | 4069 err = inet6_bind_sk(ssk, uaddr, addr_len); in mptcp_bind()
|