Home
last modified time | relevance | path

Searched refs:eth_p_mpls (Results 1 - 20 of 20) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dmpls.h19 static inline bool eth_p_mpls(__be16 eth_type) in eth_p_mpls() function
/kernel/linux/linux-6.6/include/net/
H A Dmpls.h19 static inline bool eth_p_mpls(__be16 eth_type) in eth_p_mpls() function
/kernel/linux/linux-5.10/net/sched/
H A Dact_mpls.c85 new_lse = tcf_mpls_get_lse(NULL, p, !eth_p_mpls(skb_protocol(skb, true))); in tcf_mpls_act()
102 !eth_p_mpls(skb->protocol)); in tcf_mpls_act()
223 !eth_p_mpls(nla_get_be16(tb[TCA_MPLS_PROTO]))) { in tcf_mpls_init()
/kernel/linux/linux-6.6/net/sched/
H A Dact_mpls.c86 new_lse = tcf_mpls_get_lse(NULL, p, !eth_p_mpls(skb_protocol(skb, true))); in tcf_mpls_act()
103 !eth_p_mpls(skb->protocol)); in tcf_mpls_act()
250 !eth_p_mpls(nla_get_be16(tb[TCA_MPLS_PROTO]))) { in tcf_mpls_init()
/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow_netlink.c189 if (eth_p_mpls(match->key->eth.type)) { in match_validate()
2134 } else if (eth_p_mpls(swkey->eth.type)) { in __ovs_nla_put_key()
2945 if (!eth_p_mpls(eth_type)) in validate_set()
3230 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3239 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3257 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3267 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3277 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()
3298 if (!eth_p_mpls(proto) || !mpls_label_count) in __ovs_nla_copy_actions()
3460 if (eth_p_mpls(ke in ovs_nla_copy_actions()
[all...]
H A Dflow.c639 } else if (eth_p_mpls(key->eth.type)) { in key_extract_l3l4()
H A Dactions.c800 if (eth_p_mpls(skb->protocol)) { in ovs_vport_output()
855 if (eth_p_mpls(skb->protocol)) { in ovs_fragment()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow_netlink.c191 if (eth_p_mpls(match->key->eth.type)) { in match_validate()
2165 } else if (eth_p_mpls(swkey->eth.type)) { in __ovs_nla_put_key()
2986 if (!eth_p_mpls(eth_type)) in validate_set()
3274 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3283 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3301 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3311 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3321 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()
3342 if (!eth_p_mpls(proto) || !mpls_label_count) in __ovs_nla_copy_actions()
3509 if (eth_p_mpls(ke in ovs_nla_copy_actions()
[all...]
H A Dactions.c803 if (eth_p_mpls(skb->protocol)) { in ovs_vport_output()
859 if (eth_p_mpls(skb->protocol)) { in ovs_fragment()
H A Dflow.c789 } else if (eth_p_mpls(key->eth.type)) { in key_extract_l3l4()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ice/
H A Dice_txrx.c1816 if (eth_p_mpls(protocol)) { in ice_tx_csum()
2048 if (eth_p_mpls(protocol)) in ice_tso()
/kernel/linux/linux-5.10/net/core/
H A Dskbuff.c5743 if (unlikely(!eth_p_mpls(mpls_proto))) in skb_mpls_push()
5795 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_pop()
5837 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_update_lse()
5870 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_dec_ttl()
H A Ddev.c3470 if (eth_p_mpls(type)) in net_mpls_features()
/kernel/linux/linux-6.6/net/core/
H A Dskbuff.c6145 if (unlikely(!eth_p_mpls(mpls_proto))) in skb_mpls_push()
6197 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_pop()
6239 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_update_lse()
6272 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_dec_ttl()
H A Ddev.c3447 if (eth_p_mpls(type)) in net_mpls_features()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_txrx.c3123 if (eth_p_mpls(protocol)) in i40e_tso()
3284 if (eth_p_mpls(protocol)) { in i40e_tx_enable_csum()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3793 if (eth_p_mpls(first->protocol)) in ixgbevf_tso()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbevf/
H A Dixgbevf_main.c3801 if (eth_p_mpls(first->protocol)) in ixgbevf_tso()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8006 if (eth_p_mpls(first->protocol)) in ixgbe_tso()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c8077 if (eth_p_mpls(first->protocol)) in ixgbe_tso()

Completed in 97 milliseconds