Searched refs:get_optmax (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/net/netfilter/ |
D | nf_sockopt.c | 35 || overlap(ops->get_optmin, ops->get_optmax, in nf_register_sockopt() 36 reg->get_optmin, reg->get_optmax))) { in nf_register_sockopt() 39 ops->get_optmin, ops->get_optmax, in nf_register_sockopt() 41 reg->get_optmin, reg->get_optmax); in nf_register_sockopt() 75 val < ops->get_optmax) in nf_sockopt_find()
|
D | nf_conntrack_proto.c | 317 .get_optmax = SO_ORIGINAL_DST + 1, 373 .get_optmax = IP6T_SO_ORIGINAL_DST + 1,
|
/linux-6.6.21/include/linux/ |
D | netfilter.h | 178 int get_optmax; member
|
/linux-6.6.21/net/ipv4/netfilter/ |
D | arp_tables.c | 1607 .get_optmax = ARPT_SO_GET_MAX+1,
|
D | ip_tables.c | 1825 .get_optmax = IPT_SO_GET_MAX+1,
|
/linux-6.6.21/net/ipv6/netfilter/ |
D | ip6_tables.c | 1832 .get_optmax = IP6T_SO_GET_MAX+1,
|
/linux-6.6.21/net/bridge/netfilter/ |
D | ebtables.c | 2543 .get_optmax = EBT_SO_GET_MAX + 1,
|
/linux-6.6.21/net/netfilter/ipset/ |
D | ip_set_core.c | 2343 .get_optmax = SO_IP_SET + 1,
|
/linux-6.6.21/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 3174 .get_optmax = IP_VS_SO_GET_MAX+1,
|