Home
last modified time | relevance | path

Searched refs:new_lse (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/sched/
H A Dact_mpls.c26 u32 new_lse = 0; in tcf_mpls_get_lse() local
29 new_lse = be32_to_cpu(lse->label_stack_entry); in tcf_mpls_get_lse()
32 new_lse &= ~MPLS_LS_LABEL_MASK; in tcf_mpls_get_lse()
33 new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT; in tcf_mpls_get_lse()
36 new_lse &= ~MPLS_LS_TTL_MASK; in tcf_mpls_get_lse()
37 new_lse |= p->tcfm_ttl << MPLS_LS_TTL_SHIFT; in tcf_mpls_get_lse()
40 new_lse &= ~MPLS_LS_TC_MASK; in tcf_mpls_get_lse()
41 new_lse |= p->tcfm_tc << MPLS_LS_TC_SHIFT; in tcf_mpls_get_lse()
44 new_lse &= ~MPLS_LS_S_MASK; in tcf_mpls_get_lse()
45 new_lse | in tcf_mpls_get_lse()
58 __be32 new_lse; tcf_mpls_act() local
[all...]
/kernel/linux/linux-6.6/net/sched/
H A Dact_mpls.c26 u32 new_lse = 0; in tcf_mpls_get_lse() local
29 new_lse = be32_to_cpu(lse->label_stack_entry); in tcf_mpls_get_lse()
32 new_lse &= ~MPLS_LS_LABEL_MASK; in tcf_mpls_get_lse()
33 new_lse |= p->tcfm_label << MPLS_LS_LABEL_SHIFT; in tcf_mpls_get_lse()
36 new_lse &= ~MPLS_LS_TTL_MASK; in tcf_mpls_get_lse()
37 new_lse |= p->tcfm_ttl << MPLS_LS_TTL_SHIFT; in tcf_mpls_get_lse()
40 new_lse &= ~MPLS_LS_TC_MASK; in tcf_mpls_get_lse()
41 new_lse |= p->tcfm_tc << MPLS_LS_TC_SHIFT; in tcf_mpls_get_lse()
44 new_lse &= ~MPLS_LS_S_MASK; in tcf_mpls_get_lse()
45 new_lse | in tcf_mpls_get_lse()
59 __be32 new_lse; tcf_mpls_act() local
[all...]

Completed in 1 milliseconds