Home
last modified time | relevance | path

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

/Linux-v4.19/net/netfilter/
Dnf_conntrack_proto_udp.c291 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
320 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
349 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
378 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_dccp.c863 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
896 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_icmpv6.c373 .nlattr_to_tuple = icmpv6_nlattr_to_tuple,
Dnf_conntrack_proto_sctp.c780 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
814 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_gre.c367 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_proto_icmp.c374 .nlattr_to_tuple = icmp_nlattr_to_tuple,
Dnf_conntrack_proto_tcp.c1556 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
1592 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
Dnf_conntrack_netlink.c1053 if (likely(l4proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_proto()
1057 ret = l4proto->nlattr_to_tuple(tb, tuple); in ctnetlink_parse_tuple_proto()
/Linux-v4.19/include/net/netfilter/
Dnf_conntrack_l4proto.h76 int (*nlattr_to_tuple)(struct nlattr *tb[], member