Searched refs:get_optmin (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() 73 if (val >= ops->get_optmin && in nf_sockopt_find()
|
/linux-4.1.27/include/linux/ |
D | netfilter.h | 107 int get_optmin; member
|
/linux-4.1.27/net/ipv6/netfilter/ |
D | nf_conntrack_l3proto_ipv6.c | 339 .get_optmin = IP6T_SO_ORIGINAL_DST,
|
D | ip6_tables.c | 2213 .get_optmin = IP6T_BASE_CTL,
|
/linux-4.1.27/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4.c | 351 .get_optmin = SO_ORIGINAL_DST,
|
D | arp_tables.c | 1861 .get_optmin = ARPT_BASE_CTL,
|
D | ip_tables.c | 2200 .get_optmin = IPT_BASE_CTL,
|
/linux-4.1.27/net/netfilter/ipset/ |
D | ip_set_core.c | 1957 .get_optmin = SO_IP_SET,
|
/linux-4.1.27/net/bridge/netfilter/ |
D | ebtables.c | 2394 .get_optmin = EBT_BASE_CTL,
|
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2775 .get_optmin = IP_VS_BASE_CTL,
|