Home
last modified time | relevance | path

Searched refs:r_action (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dfib_rules.c58 unsigned char r_action; member
83 r_action: RTN_UNICAST,
91 r_action: RTN_UNICAST,
98 r_action: RTN_UNICAST,
120 (!rtm->rtm_type || rtm->rtm_type == r->r_action) && in inet_rtm_delrule()
205 new_r->r_action = rtm->rtm_type; in inet_rtm_newrule()
258 if (r->r_action == RTN_NAT) { in fib_rules_policy()
334 FRprintk("tb %d r %d ", r->r_table, r->r_action); in fib_lookup()
335 switch (r->r_action) { in fib_lookup()
374 if (res->r && res->r->r_action == RTN_UNICAST && in fib_select_default()
[all …]
/linux-2.4.37.9/net/decnet/
Ddn_rules.c44 unsigned char r_action; member
64 r_action: RTN_UNICAST
86 (!rtm->rtm_type || rtm->rtm_type == r->r_action) && in dn_fib_rtm_delrule()
161 new_r->r_action = rtm->rtm_type; in dn_fib_rtm_newrule()
219 switch(r->r_action) { in dn_fib_lookup()
322 rtm->rtm_type = r->r_action; in dn_fib_fill_rule()