Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_udp.c292 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
321 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
350 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
379 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_dccp.c862 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
895 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_icmpv6.c372 .nlattr_tuple_size = icmpv6_nlattr_tuple_size,
Dnf_conntrack_proto_sctp.c779 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
813 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_gre.c366 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
Dnf_conntrack_proto_icmp.c373 .nlattr_tuple_size = icmp_nlattr_tuple_size,
Dnf_conntrack_proto_tcp.c1557 .nlattr_tuple_size = tcp_nlattr_tuple_size,
1593 .nlattr_tuple_size = tcp_nlattr_tuple_size,
Dnf_conntrack_proto.c226 (l4proto->tuple_to_nlattr && !l4proto->nlattr_tuple_size)) in nf_ct_l4proto_register_one()
Dnf_conntrack_netlink.c597 if (l4proto->nlattr_tuple_size) { in ctnetlink_proto_size()
598 len4 = l4proto->nlattr_tuple_size(); in ctnetlink_proto_size()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_l4proto.h75 unsigned int (*nlattr_tuple_size)(void); member