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

/linux-master/net/netfilter/
H A Dnf_conntrack_proto_udp.c288 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
310 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
H A Dnf_conntrack_proto_icmp.c371 .nlattr_to_tuple = icmp_nlattr_to_tuple,
H A Dnf_conntrack_proto_icmpv6.c347 .nlattr_to_tuple = icmpv6_nlattr_to_tuple,
H A Dnf_conntrack_proto_gre.c314 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
H A Dnf_conntrack_proto_dccp.c814 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
H A Dnf_conntrack_proto_sctp.c718 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
H A Dnf_conntrack_proto_tcp.c1630 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
H A Dnf_conntrack_netlink.c1378 if (likely(l4proto->nlattr_to_tuple)) {
1383 ret = l4proto->nlattr_to_tuple(tb, tuple, flags);
/linux-master/include/net/netfilter/
H A Dnf_conntrack_l4proto.h44 int (*nlattr_to_tuple)(struct nlattr *tb[], member in struct:nf_conntrack_l4proto

Completed in 155 milliseconds