Home
last modified time | relevance | path

Searched refs:inet_ctl_sock_create (Results 1 – 15 of 15) sorted by relevance

/linux-6.15/include/net/
H A Dinet_common.h60 int inet_ctl_sock_create(struct sock **sk, unsigned short family,
/linux-6.15/Documentation/translations/zh_CN/mm/
H A Dpage_owner.rst78 inet_ctl_sock_create+0x30/0x180
/linux-6.15/net/xfrm/
H A Dxfrm_nat_keepalive.c212 err = inet_ctl_sock_create(&sk, family, SOCK_RAW, IPPROTO_UDP, in nat_keepalive_sk_init()
/linux-6.15/Documentation/mm/
H A Dpage_owner.rst88 inet_ctl_sock_create+0x30/0x180
/linux-6.15/net/sctp/
H A Dprotocol.c854 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-6.15/net/ipv4/
H A Daf_inet.c1632 int inet_ctl_sock_create(struct sock **sk, unsigned short family, in inet_ctl_sock_create() function
1651 EXPORT_SYMBOL_GPL(inet_ctl_sock_create);
H A Dicmp.c1513 err = inet_ctl_sock_create(&sk, PF_INET, in icmp_init()
H A Digmp.c3125 err = inet_ctl_sock_create(&net->ipv4.mc_autojoin_sk, AF_INET, in igmp_net_init()
H A Dtcp_ipv4.c3663 res = inet_ctl_sock_create(&sk, PF_INET, SOCK_RAW,
/linux-6.15/net/dccp/
H A Dipv4.c1030 return inet_ctl_sock_create(&pn->v4_ctl_sk, PF_INET, in dccp_v4_init_net()
H A Dipv6.c1109 return inet_ctl_sock_create(&pn->v6_ctl_sk, PF_INET6, in dccp_v6_init_net()
/linux-6.15/net/ipv6/
H A Dicmp.c1066 err = inet_ctl_sock_create(&sk, PF_INET6, in icmpv6_init()
H A Dmcast.c3182 err = inet_ctl_sock_create(&net->ipv6.igmp_sk, PF_INET6, in igmp6_net_init()
3193 err = inet_ctl_sock_create(&net->ipv6.mc_autojoin_sk, PF_INET6, in igmp6_net_init()
H A Dndisc.c2003 err = inet_ctl_sock_create(&sk, PF_INET6, in ndisc_net_init()
H A Dtcp_ipv6.c2391 res = inet_ctl_sock_create(&net->ipv6.tcp_sk, PF_INET6,