Searched refs:nf_nat_l4proto_nlattr_to_range (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/net/netfilter/ |
D | nf_nat_proto_common.c | 105 int nf_nat_l4proto_nlattr_to_range(struct nlattr *tb[], in nf_nat_l4proto_nlattr_to_range() function 119 EXPORT_SYMBOL_GPL(nf_nat_l4proto_nlattr_to_range);
|
D | nf_nat_proto_udp.c | 117 .nlattr_to_range = nf_nat_l4proto_nlattr_to_range, 128 .nlattr_to_range = nf_nat_l4proto_nlattr_to_range,
|
D | nf_nat_proto_sctp.c | 75 .nlattr_to_range = nf_nat_l4proto_nlattr_to_range,
|
D | nf_nat_proto_dccp.c | 80 .nlattr_to_range = nf_nat_l4proto_nlattr_to_range,
|
D | nf_nat_proto_tcp.c | 83 .nlattr_to_range = nf_nat_l4proto_nlattr_to_range,
|
/Linux-v4.19/include/net/netfilter/ |
D | nf_nat_l4proto.h | 79 int nf_nat_l4proto_nlattr_to_range(struct nlattr *tb[],
|
/Linux-v4.19/net/ipv4/netfilter/ |
D | nf_nat_proto_icmp.c | 81 .nlattr_to_range = nf_nat_l4proto_nlattr_to_range,
|
D | nf_nat_proto_gre.c | 129 .nlattr_to_range = nf_nat_l4proto_nlattr_to_range,
|
/Linux-v4.19/net/ipv6/netfilter/ |
D | nf_nat_proto_icmpv6.c | 88 .nlattr_to_range = nf_nat_l4proto_nlattr_to_range,
|