Home
last modified time | relevance | path

Searched refs:nlattr_tuple_size (Results 1 – 13 of 13) sorted by relevance

/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto.c218 if (proto->tuple_to_nlattr && !proto->nlattr_tuple_size) in nf_ct_l3proto_register()
229 if (proto->nlattr_tuple_size) in nf_ct_l3proto_register()
230 proto->nla_size = 3 * proto->nlattr_tuple_size(); in nf_ct_l3proto_register()
369 || (l4proto->tuple_to_nlattr && !l4proto->nlattr_tuple_size)) in nf_ct_l4proto_register()
406 if (l4proto->nlattr_tuple_size) in nf_ct_l4proto_register()
407 l4proto->nla_size += 3 * l4proto->nlattr_tuple_size(); in nf_ct_l4proto_register()
Dnf_conntrack_proto_udp.c322 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
354 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_udplite.c286 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
318 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_dccp.c885 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
919 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_gre.c379 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_sctp.c857 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
891 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_tcp.c1686 .nlattr_tuple_size = tcp_nlattr_tuple_size,
1723 .nlattr_tuple_size = tcp_nlattr_tuple_size,
/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_l3proto.h58 int (*nlattr_tuple_size)(void); member
Dnf_conntrack_l4proto.h80 int (*nlattr_tuple_size)(void); member
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c383 .nlattr_tuple_size = icmpv6_nlattr_tuple_size,
Dnf_conntrack_l3proto_ipv6.c320 .nlattr_tuple_size = ipv6_nlattr_tuple_size,
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c415 .nlattr_tuple_size = icmp_nlattr_tuple_size,
Dnf_conntrack_l3proto_ipv4.c379 .nlattr_tuple_size = ipv4_nlattr_tuple_size,