Searched refs:nf_ct_port_nlattr_to_tuple (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_conntrack_proto_udp.c | 291 .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,
|
D | nf_conntrack_proto_dccp.c | 863 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 896 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_sctp.c | 780 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 814 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_gre.c | 367 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_proto_tcp.c | 1556 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple, 1592 .nlattr_to_tuple = nf_ct_port_nlattr_to_tuple,
|
D | nf_conntrack_core.c | 1689 int nf_ct_port_nlattr_to_tuple(struct nlattr *tb[], in nf_ct_port_nlattr_to_tuple() function 1700 EXPORT_SYMBOL_GPL(nf_ct_port_nlattr_to_tuple);
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_conntrack_l4proto.h | 135 int nf_ct_port_nlattr_to_tuple(struct nlattr *tb[],
|