Home
last modified time | relevance | path

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

/linux/net/ipv6/
A Droute.c1480 oldest = rt6_ex; in rt6_exception_remove_oldest()
1536 return rt6_ex; in __rt6_find_exception_spinlock()
1571 return rt6_ex; in __rt6_find_exception_rcu()
1701 if (rt6_ex) in rt6_insert_exception()
1704 rt6_ex = kzalloc(sizeof(*rt6_ex), GFP_ATOMIC); in rt6_insert_exception()
1705 if (!rt6_ex) { in rt6_insert_exception()
1709 rt6_ex->rt6i = nrt; in rt6_insert_exception()
1813 if (rt6_ex && !rt6_check_expired(rt6_ex->rt6i)) in rt6_find_cached_rt()
1814 ret = rt6_ex->rt6i; in rt6_find_cached_rt()
1855 if (rt6_ex) { in fib6_nh_remove_exception()
[all …]

Completed in 16 milliseconds