Home
last modified time | relevance | path

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

/linux-4.1.27/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.1.27/net/netfilter/
Dnf_conntrack_proto_udp.c320 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
352 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_udplite.c286 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
318 .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_sctp.c805 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
839 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_gre.c381 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_netlink.c876 if (likely(l3proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_ip()
880 ret = l3proto->nlattr_to_tuple(tb, tuple); in ctnetlink_parse_tuple_ip()
911 if (likely(l4proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_proto()
915 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.1.27/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c382 .nlattr_to_tuple = icmpv6_nlattr_to_tuple,
Dnf_conntrack_l3proto_ipv6.c327 .nlattr_to_tuple = ipv6_nlattr_to_tuple,
/linux-4.1.27/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c414 .nlattr_to_tuple = icmp_nlattr_to_tuple,
Dnf_conntrack_l3proto_ipv4.c386 .nlattr_to_tuple = ipv4_nlattr_to_tuple,