Searched refs:nf_ct_port_nlattr_to_tuple (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/net/netfilter/ |
D | nf_conntrack_proto_udp.c | 321 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 353 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_udplite.c | 287 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 319 .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_gre.c | 380 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_sctp.c | 858 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 892 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
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,
|
D | nf_conntrack_core.c | 1332 int nf_ct_port_nlattr_to_tuple(struct nlattr *tb[], in nf_ct_port_nlattr_to_tuple() function 1343 EXPORT_SYMBOL_GPL(nf_ct_port_nlattr_to_tuple);
|
/linux-4.4.14/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 145 int nf_ct_port_nlattr_to_tuple(struct nlattr *tb[],
|