Searched refs:RTNH_F_TRAP (Results 1 – 3 of 3) sorted by relevance
415 #define RTNH_F_TRAP 64 /* Nexthop is trapping packets */ macro418 RTNH_F_OFFLOAD | RTNH_F_TRAP)
1538 bucket->nh_flags &= ~(RTNH_F_OFFLOAD | RTNH_F_TRAP); in nh_res_bucket_migrate()2123 new->nh_flags |= old->nh_flags & (RTNH_F_OFFLOAD | RTNH_F_TRAP); in replace_nexthop_single()3657 nexthop->nh_flags &= ~(RTNH_F_OFFLOAD | RTNH_F_TRAP); in nexthop_set_hw_flags()3661 nexthop->nh_flags |= RTNH_F_TRAP; in nexthop_set_hw_flags()3691 bucket->nh_flags &= ~(RTNH_F_OFFLOAD | RTNH_F_TRAP); in nexthop_bucket_set_hw_flags()3695 bucket->nh_flags |= RTNH_F_TRAP; in nexthop_bucket_set_hw_flags()
1681 (RTNH_F_ONLINK | RTNH_F_OFFLOAD | RTNH_F_TRAP)); in fib_nexthop_info()
Completed in 24 milliseconds