Home
last modified time | relevance | path

Searched refs:nf_proto_net (Results 1 – 11 of 11) sorted by relevance

/Linux-v4.19/include/net/netns/
Dconntrack.h21 struct nf_proto_net { struct
30 struct nf_proto_net pn; argument
35 struct nf_proto_net pn;
49 struct nf_proto_net pn;
54 struct nf_proto_net pn;
60 struct nf_proto_net pn;
68 struct nf_proto_net pn;
/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_generic.c130 static int generic_kmemdup_sysctl_table(struct nf_proto_net *pn, in generic_kmemdup_sysctl_table()
148 struct nf_proto_net *pn = &gn->pn; in generic_init_net()
155 static struct nf_proto_net *generic_get_net_proto(struct net *net) in generic_get_net_proto()
Dnf_conntrack_proto_icmpv6.c331 static int icmpv6_kmemdup_sysctl_table(struct nf_proto_net *pn, in icmpv6_kmemdup_sysctl_table()
349 struct nf_proto_net *pn = &in->pn; in icmpv6_init_net()
356 static struct nf_proto_net *icmpv6_get_net_proto(struct net *net) in icmpv6_get_net_proto()
Dnf_conntrack_proto_udp.c244 static int udp_kmemdup_sysctl_table(struct nf_proto_net *pn, in udp_kmemdup_sysctl_table()
264 struct nf_proto_net *pn = &un->pn; in udp_init_net()
276 static struct nf_proto_net *udp_get_net_proto(struct net *net) in udp_get_net_proto()
Dnf_conntrack_proto.c166 static struct nf_proto_net *nf_ct_l4proto_net(struct net *net, in nf_ct_l4proto_net()
181 struct nf_proto_net *pn, in nf_ct_l4proto_register_sysctl()
205 struct nf_proto_net *pn, in nf_ct_l4proto_unregister_sysctl()
274 struct nf_proto_net *pn = NULL; in nf_ct_l4proto_pernet_register_one()
324 struct nf_proto_net *pn = nf_ct_l4proto_net(net, l4proto); in nf_ct_l4proto_pernet_unregister_one()
988 struct nf_proto_net *pn = nf_ct_l4proto_net(net, in nf_conntrack_proto_pernet_init()
1015 struct nf_proto_net *pn = nf_ct_l4proto_net(net, in nf_conntrack_proto_pernet_fini()
Dnf_conntrack_proto_icmp.c330 static int icmp_kmemdup_sysctl_table(struct nf_proto_net *pn, in icmp_kmemdup_sysctl_table()
348 struct nf_proto_net *pn = &in->pn; in icmp_init_net()
355 static struct nf_proto_net *icmp_get_net_proto(struct net *net) in icmp_get_net_proto()
Dnf_conntrack_proto_dccp.c788 static int dccp_kmemdup_sysctl_table(struct net *net, struct nf_proto_net *pn, in dccp_kmemdup_sysctl_table()
820 struct nf_proto_net *pn = &dn->pn; in dccp_init_net()
842 static struct nf_proto_net *dccp_get_net_proto(struct net *net) in dccp_get_net_proto()
Dnf_conntrack_proto_sctp.c712 static int sctp_kmemdup_sysctl_table(struct nf_proto_net *pn, in sctp_kmemdup_sysctl_table()
741 struct nf_proto_net *pn = &sn->pn; in sctp_init_net()
758 static struct nf_proto_net *sctp_get_net_proto(struct net *net) in sctp_get_net_proto()
Dnf_conntrack_proto_gre.c59 struct nf_proto_net nf;
Dnf_conntrack_proto_tcp.c1483 static int tcp_kmemdup_sysctl_table(struct nf_proto_net *pn, in tcp_kmemdup_sysctl_table()
1516 struct nf_proto_net *pn = &tn->pn; in tcp_init_net()
1536 static struct nf_proto_net *tcp_get_net_proto(struct net *net) in tcp_get_net_proto()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_l4proto.h98 struct nf_proto_net *(*get_net_proto)(struct net *net);