Searched refs:nlattr_to_tuple (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/net/netfilter/ |
D | nf_conntrack_l3proto.h | 60 int (*nlattr_to_tuple)(struct nlattr *tb[], member
|
D | nf_conntrack_l4proto.h | 81 int (*nlattr_to_tuple)(struct nlattr *tb[], member
|
/linux-4.1.27/net/netfilter/ |
D | nf_conntrack_proto_udp.c | 320 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 352 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_udplite.c | 286 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 318 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_dccp.c | 886 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 920 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_sctp.c | 805 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 839 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_gre.c | 381 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_netlink.c | 876 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()
|
D | nf_conntrack_proto_tcp.c | 1685 .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/ |
D | nf_conntrack_proto_icmpv6.c | 382 .nlattr_to_tuple = icmpv6_nlattr_to_tuple,
|
D | nf_conntrack_l3proto_ipv6.c | 327 .nlattr_to_tuple = ipv6_nlattr_to_tuple,
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_proto_icmp.c | 414 .nlattr_to_tuple = icmp_nlattr_to_tuple,
|
D | nf_conntrack_l3proto_ipv4.c | 386 .nlattr_to_tuple = ipv4_nlattr_to_tuple,
|