Searched refs:inet_ctl_sock_create (Results 1 – 14 of 14) sorted by relevance
| /linux/include/net/ |
| H A D | inet_common.h | 59 int inet_ctl_sock_create(struct sock **sk, unsigned short family,
|
| /linux/net/xfrm/ |
| H A D | xfrm_nat_keepalive.c | 222 err = inet_ctl_sock_create(&sk, family, SOCK_RAW, IPPROTO_UDP, in nat_keepalive_sk_init()
|
| /linux/net/sctp/ |
| H A D | protocol.c | 823 err = inet_ctl_sock_create(&net->sctp.ctl_sock, family, in sctp_ctl_sock_init() 828 err = inet_ctl_sock_create(&net->sctp.ctl_sock, AF_INET, in sctp_ctl_sock_init()
|
| /linux/net/ipv4/ |
| H A D | af_inet.c | 1633 int inet_ctl_sock_create(struct sock **sk, unsigned short family, in inet_ctl_sock_create() function 1652 EXPORT_SYMBOL_GPL(inet_ctl_sock_create);
|
| H A D | icmp.c | 1747 err = inet_ctl_sock_create(&sk, PF_INET, in icmp_init()
|
| H A D | igmp.c | 3125 err = inet_ctl_sock_create(&net->ipv4.mc_autojoin_sk, AF_INET, in igmp_net_init()
|
| H A D | tcp_ipv4.c | 3727 res = inet_ctl_sock_create(&sk, PF_INET, SOCK_RAW,
|
| /linux/Documentation/mm/ |
| H A D | page_owner.rst | 91 inet_ctl_sock_create+0x30/0x180
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |
| H A D | ipv6.c | |
| /linux/net/ipv6/ |
| H A D | icmp.c | 1271 err = inet_ctl_sock_create(&sk, PF_INET6, in icmpv6_init()
|
| H A D | mcast.c | 3172 err = inet_ctl_sock_create(&net->ipv6.igmp_sk, PF_INET6, in igmp6_net_init() 3183 err = inet_ctl_sock_create(&net->ipv6.mc_autojoin_sk, PF_INET6, in igmp6_net_init()
|
| H A D | ndisc.c | 1970 err = inet_ctl_sock_create(&sk, PF_INET6, in ndisc_net_init()
|
| H A D | tcp_ipv6.c | 2348 res = inet_ctl_sock_create(&net->ipv6.tcp_sk, PF_INET6,
|