Searched refs:get_optmin (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/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.4.14/net/ipv6/netfilter/ |
D | nf_conntrack_l3proto_ipv6.c | 333 .get_optmin = IP6T_SO_ORIGINAL_DST,
|
D | ip6_tables.c | 2050 .get_optmin = IP6T_BASE_CTL,
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_conntrack_l3proto_ipv4.c | 345 .get_optmin = SO_ORIGINAL_DST,
|
D | arp_tables.c | 1752 .get_optmin = ARPT_BASE_CTL,
|
D | ip_tables.c | 2048 .get_optmin = IPT_BASE_CTL,
|
/linux-4.4.14/include/linux/ |
D | netfilter.h | 113 int get_optmin; member
|
/linux-4.4.14/net/netfilter/ipset/ |
D | ip_set_core.c | 2002 .get_optmin = SO_IP_SET,
|
/linux-4.4.14/net/bridge/netfilter/ |
D | ebtables.c | 2396 .get_optmin = EBT_BASE_CTL,
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 2791 .get_optmin = IP_VS_BASE_CTL,
|