• Home
  • Raw
  • Download

Lines Matching refs:nh_flags

707 	nhm->nh_flags = nh->nh_flags;  in nh_fill_node()
930 nhm->nh_flags = bucket->nh_flags; in nh_fill_res_bucket()
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()
2132 old_nh_flags = old->nh_flags; in replace_nexthop_single()
2135 old->nh_flags = new->nh_flags; in replace_nexthop_single()
2168 old->nh_flags = old_nh_flags; in replace_nexthop_single()
2516 .fc_flags = cfg->nh_flags, in nh_create_ipv4()
2536 nh->nh_flags = fib_nh->fib_nh_flags; in nh_create_ipv4()
2555 .fc_flags = cfg->nh_flags, in nh_create_ipv6()
2575 nh->nh_flags = fib6_nh->fib_nh_flags; in nh_create_ipv6()
2598 nh->nh_flags = cfg->nh_flags; in nexthop_create()
2763 if (nhm->nh_flags & ~NEXTHOP_VALID_USER_FLAGS) { in rtm_to_nh_config()
2789 cfg->nh_flags = nhm->nh_flags; in rtm_to_nh_config()
2800 if (nhm->nh_flags) { in rtm_to_nh_config()
2897 if (cfg->nh_flags & RTNH_F_ONLINK) { in rtm_to_nh_config()
2953 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) { in __nh_valid_get_del_req()
3126 if (nhm->nh_protocol || nhm->resvd || nhm->nh_scope || nhm->nh_flags) { in __nh_valid_dump_req()
3644 nexthop->nh_flags &= ~(RTNH_F_OFFLOAD | RTNH_F_TRAP); in nexthop_set_hw_flags()
3646 nexthop->nh_flags |= RTNH_F_OFFLOAD; in nexthop_set_hw_flags()
3648 nexthop->nh_flags |= RTNH_F_TRAP; in nexthop_set_hw_flags()
3678 bucket->nh_flags &= ~(RTNH_F_OFFLOAD | RTNH_F_TRAP); in nexthop_bucket_set_hw_flags()
3680 bucket->nh_flags |= RTNH_F_OFFLOAD; in nexthop_bucket_set_hw_flags()
3682 bucket->nh_flags |= RTNH_F_TRAP; in nexthop_bucket_set_hw_flags()