Lines Matching refs:ipv4
94 __be32 ipv4; member
124 #define fib_nh_gw4 nh_common.nhc_gw.ipv4
303 &net->ipv4.fib_table_hash[TABLE_LOCAL_INDEX] : in fib_get_table()
304 &net->ipv4.fib_table_hash[TABLE_MAIN_INDEX]; in fib_get_table()
381 if (net->ipv4.fib_has_custom_rules) in fib_lookup()
388 tb = rcu_dereference_rtnl(net->ipv4.fib_main); in fib_lookup()
395 tb = rcu_dereference_rtnl(net->ipv4.fib_default); in fib_lookup()
410 return net->ipv4.fib_has_custom_rules; in fib4_has_custom_rules()
425 if (!net->ipv4.fib_rules_require_fldissect) in fib4_rules_early_flow_dissect()
472 return atomic_read(&net->ipv4.fib_num_tclassid_users); in fib_num_tclassid_users()
562 mp_seed = READ_ONCE(net->ipv4.sysctl_fib_multipath_hash_seed).mp_seed; in fib_multipath_hash_from_keys()