Searched refs:get_optmax (Results 1 – 10 of 10) sorted by relevance
/linux-4.1.27/net/netfilter/ |
D | nf_sockopt.c | 34 || overlap(ops->get_optmin, ops->get_optmax, in nf_register_sockopt() 35 reg->get_optmin, reg->get_optmax))) { in nf_register_sockopt() 38 ops->get_optmin, ops->get_optmax, in nf_register_sockopt() 40 reg->get_optmin, reg->get_optmax); in nf_register_sockopt() 74 val < ops->get_optmax) in nf_sockopt_find()
|
/linux-4.1.27/include/linux/ |
D | netfilter.h | 108 int get_optmax; member
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_l3proto_ipv6.c | 340 .get_optmax = IP6T_SO_ORIGINAL_DST + 1,
|
D | ip6_tables.c | 2214 .get_optmax = IP6T_SO_GET_MAX+1,
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4.c | 352 .get_optmax = SO_ORIGINAL_DST+1,
|
D | arp_tables.c | 1862 .get_optmax = ARPT_SO_GET_MAX+1,
|
D | ip_tables.c | 2201 .get_optmax = IPT_SO_GET_MAX+1,
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 1958 .get_optmax = SO_IP_SET + 1,
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 2395 .get_optmax = EBT_SO_GET_MAX + 1,
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2776 .get_optmax = IP_VS_SO_GET_MAX+1,
|