Searched refs:inet_bind_sk (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | inet_common.h | 45 int inet_bind_sk(struct sock *sk, struct sockaddr_unsized *uaddr, int addr_len);
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 444 int inet_bind_sk(struct sock *sk, struct sockaddr_unsized *uaddr, int addr_len) in inet_bind_sk() function 469 return inet_bind_sk(sock->sk, uaddr, addr_len); in inet_bind()
|
| /linux/net/mptcp/ |
| H A D | pm_kernel.c | 872 err = inet_bind_sk(ssk, (struct sockaddr_unsized *)&addr, addrlen); in mptcp_pm_nl_create_listen_socket()
|
| H A D | protocol.c | 4061 err = inet_bind_sk(ssk, uaddr, addr_len); in mptcp_bind()
|