Searched refs:inet_ctl_sock_create (Results 1 – 11 of 11) sorted by relevance
/linux/include/net/ |
H A D | inet_common.h | 60 int inet_ctl_sock_create(struct sock **sk, unsigned short family,
|
/linux/Documentation/translations/zh_CN/mm/ |
H A D | page_owner.rst | 78 inet_ctl_sock_create+0x30/0x180
|
/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/Documentation/mm/ |
H A D | page_owner.rst | 88 inet_ctl_sock_create+0x30/0x180
|
/linux/net/sctp/ |
H A D | protocol.c | 854 err = inet_ctl_sock_create(&net->sctp.ctl_sock, family, in sctp_ctl_sock_init() 859 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 | 1629 int inet_ctl_sock_create(struct sock **sk, unsigned short family, in inet_ctl_sock_create() function 1648 EXPORT_SYMBOL_GPL(inet_ctl_sock_create);
|
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 | 3799 res = inet_ctl_sock_create(&sk, PF_INET, SOCK_RAW,
|
/linux/net/ipv6/ |
H A D | icmp.c | 1068 err = inet_ctl_sock_create(&sk, PF_INET6, in icmpv6_init()
|
H A D | mcast.c | 3177 err = inet_ctl_sock_create(&net->ipv6.igmp_sk, PF_INET6, in igmp6_net_init() 3188 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()
|