Searched refs:get_optmin (Results 1 – 9 of 9) sorted by relevance
/linux-6.1.9/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() 74 if (val >= ops->get_optmin && in nf_sockopt_find()
|
D | nf_conntrack_proto.c | 310 .get_optmin = SO_ORIGINAL_DST, 370 .get_optmin = IP6T_SO_ORIGINAL_DST,
|
/linux-6.1.9/include/linux/ |
D | netfilter.h | 175 int get_optmin; member
|
/linux-6.1.9/net/ipv4/netfilter/ |
D | arp_tables.c | 1602 .get_optmin = ARPT_BASE_CTL,
|
D | ip_tables.c | 1869 .get_optmin = IPT_BASE_CTL,
|
/linux-6.1.9/net/ipv6/netfilter/ |
D | ip6_tables.c | 1876 .get_optmin = IP6T_BASE_CTL,
|
/linux-6.1.9/net/netfilter/ipset/ |
D | ip_set_core.c | 2311 .get_optmin = SO_IP_SET,
|
/linux-6.1.9/net/bridge/netfilter/ |
D | ebtables.c | 2543 .get_optmin = EBT_BASE_CTL,
|
/linux-6.1.9/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2933 .get_optmin = IP_VS_BASE_CTL,
|