Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/netfilter/
Dnf_conntrack_l3proto.h60 int (*nlattr_to_tuple)(struct nlattr *tb[], member
Dnf_conntrack_l4proto.h81 int (*nlattr_to_tuple)(struct nlattr *tb[], member
/linux-4.4.14/net/netfilter/
Dnf_conntrack_proto_udp.c321 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
353 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_udplite.c287 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
319 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_dccp.c886 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
920 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_gre.c380 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_sctp.c858 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
892 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_netlink.c908 if (likely(l3proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_ip()
912 ret = l3proto->nlattr_to_tuple(tb, tuple); in ctnetlink_parse_tuple_ip()
943 if (likely(l4proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_proto()
947 ret = l4proto->nlattr_to_tuple(tb, tuple); in ctnetlink_parse_tuple_proto()
Dnf_conntrack_proto_tcp.c1685 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
1722 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c384 .nlattr_to_tuple = icmpv6_nlattr_to_tuple,
Dnf_conntrack_l3proto_ipv6.c321 .nlattr_to_tuple = ipv6_nlattr_to_tuple,
/linux-4.4.14/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c416 .nlattr_to_tuple = icmp_nlattr_to_tuple,
Dnf_conntrack_l3proto_ipv4.c380 .nlattr_to_tuple = ipv4_nlattr_to_tuple,