Home
last modified time | relevance | path

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

/linux-3.4.99/include/net/netfilter/
Dnf_conntrack_l3proto.h60 int (*nlattr_to_tuple)(struct nlattr *tb[], member
Dnf_conntrack_l4proto.h80 int (*nlattr_to_tuple)(struct nlattr *tb[], member
/linux-3.4.99/net/netfilter/
Dnf_conntrack_proto_udp.c256 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
294 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_udplite.c242 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
277 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_dccp.c836 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
868 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_sctp.c733 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
773 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_gre.c358 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_netlink.c784 if (likely(l3proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_ip()
788 ret = l3proto->nlattr_to_tuple(tb, tuple); in ctnetlink_parse_tuple_ip()
819 if (likely(l4proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_proto()
823 ret = l4proto->nlattr_to_tuple(tb, tuple); in ctnetlink_parse_tuple_proto()
Dnf_conntrack_proto_tcp.c1559 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
1602 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
/linux-3.4.99/net/ipv6/netfilter/
Dnf_conntrack_proto_icmpv6.c346 .nlattr_to_tuple = icmpv6_nlattr_to_tuple,
Dnf_conntrack_l3proto_ipv6.c326 .nlattr_to_tuple = ipv6_nlattr_to_tuple,
/linux-3.4.99/net/ipv4/netfilter/
Dnf_conntrack_proto_icmp.c353 .nlattr_to_tuple = icmp_nlattr_to_tuple,
Dnf_conntrack_l3proto_ipv4.c363 .nlattr_to_tuple = ipv4_nlattr_to_tuple,