Searched refs:set_optmax (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/net/netfilter/ |
D | nf_sockopt.c | 33 && (overlap(ops->set_optmin, ops->set_optmax, in nf_register_sockopt() 34 reg->set_optmin, reg->set_optmax) in nf_register_sockopt() 38 ops->set_optmin, ops->set_optmax, in nf_register_sockopt() 40 reg->set_optmin, reg->set_optmax, in nf_register_sockopt() 79 val < ops->set_optmax) in nf_sockopt_find()
|
/linux-6.12.1/include/linux/ |
D | netfilter.h | 184 int set_optmax; member
|
/linux-6.12.1/net/ipv4/netfilter/ |
D | arp_tables.c | 1612 .set_optmax = ARPT_SO_SET_MAX+1,
|
D | ip_tables.c | 1830 .set_optmax = IPT_SO_SET_MAX+1,
|
/linux-6.12.1/net/ipv6/netfilter/ |
D | ip6_tables.c | 1837 .set_optmax = IP6T_SO_SET_MAX+1,
|
/linux-6.12.1/net/bridge/netfilter/ |
D | ebtables.c | 2546 .set_optmax = EBT_SO_SET_MAX + 1,
|
/linux-6.12.1/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 3171 .set_optmax = IP_VS_SO_SET_MAX+1,
|