Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_udp.c285 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
307 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
H A Dnf_conntrack_proto_icmpv6.c294 .nlattr_tuple_size = icmpv6_nlattr_tuple_size,
H A Dnf_conntrack_proto_gre.c317 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
H A Dnf_conntrack_proto_icmp.c371 .nlattr_tuple_size = icmp_nlattr_tuple_size,
H A Dnf_conntrack_proto_dccp.c758 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
H A Dnf_conntrack_proto_sctp.c710 .nlattr_tuple_size = nf_ct_port_nlattr_tuple_size,
H A Dnf_conntrack_proto_tcp.c1464 .nlattr_tuple_size = tcp_nlattr_tuple_size,
H A Dnf_conntrack_netlink.c630 if (l4proto->nlattr_tuple_size) { in ctnetlink_proto_size()
631 len4 = l4proto->nlattr_tuple_size(); in ctnetlink_proto_size()
/OK3568_Linux_fs/kernel/include/net/netfilter/
H A Dnf_conntrack_l4proto.h43 unsigned int (*nlattr_tuple_size)(void); member