Home
last modified time | relevance | path

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

/linux/net/netfilter/
A Dnf_conntrack_proto_udp.c286 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
308 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
A Dnf_conntrack_proto_icmpv6.c294 .nlattr_to_tuple = icmpv6_nlattr_to_tuple,
A Dnf_conntrack_proto_gre.c305 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
A Dnf_conntrack_proto_icmp.c371 .nlattr_to_tuple = icmp_nlattr_to_tuple,
A Dnf_conntrack_proto_dccp.c766 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
A Dnf_conntrack_proto_sctp.c707 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
A Dnf_conntrack_proto_tcp.c1495 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
A Dnf_conntrack_netlink.c1356 if (likely(l4proto->nlattr_to_tuple)) { in ctnetlink_parse_tuple_proto()
1361 ret = l4proto->nlattr_to_tuple(tb, tuple, flags); in ctnetlink_parse_tuple_proto()
/linux/include/net/netfilter/
A Dnf_conntrack_l4proto.h44 int (*nlattr_to_tuple)(struct nlattr *tb[], member

Completed in 23 milliseconds