Searched refs:set_optmin (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/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() 78 if (val >= ops->set_optmin && in nf_sockopt_find()
|
/kernel/linux/linux-5.10/include/linux/ |
D | netfilter.h | 165 int set_optmin; member
|
/kernel/linux/linux-5.10/net/ipv4/netfilter/ |
D | arp_tables.c | 1578 .set_optmin = ARPT_BASE_CTL,
|
D | ip_tables.c | 1848 .set_optmin = IPT_BASE_CTL,
|
/kernel/linux/linux-5.10/net/ipv6/netfilter/ |
D | ip6_tables.c | 1860 .set_optmin = IP6T_BASE_CTL,
|
/kernel/linux/linux-5.10/net/bridge/netfilter/ |
D | ebtables.c | 2426 .set_optmin = EBT_BASE_CTL,
|
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2928 .set_optmin = IP_VS_BASE_CTL,
|