Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/net/
A Dmpls.h19 static inline bool eth_p_mpls(__be16 eth_type) in eth_p_mpls() function
/linux-6.3-rc2/net/sched/
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()
/linux-6.3-rc2/net/openvswitch/
A Dflow_netlink.c188 if (eth_p_mpls(match->key->eth.type)) { in match_validate()
2162 } else if (eth_p_mpls(swkey->eth.type)) { in __ovs_nla_put_key()
2976 if (!eth_p_mpls(eth_type)) in validate_set()
3255 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3264 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3282 if (!eth_p_mpls(mpls->mpls_ethertype)) in __ovs_nla_copy_actions()
3292 !eth_p_mpls(eth_type))) in __ovs_nla_copy_actions()
3302 !eth_p_mpls(eth_type)) in __ovs_nla_copy_actions()
3323 if (!eth_p_mpls(proto) || !mpls_label_count) in __ovs_nla_copy_actions()
3483 if (eth_p_mpls(key->eth.type)) in ovs_nla_copy_actions()
A Dactions.c801 if (eth_p_mpls(skb->protocol)) { in ovs_vport_output()
856 if (eth_p_mpls(skb->protocol)) { in ovs_fragment()
A Dflow.c789 } else if (eth_p_mpls(key->eth.type)) { in key_extract_l3l4()
/linux-6.3-rc2/drivers/net/ethernet/intel/ice/
A Dice_txrx.c1817 if (eth_p_mpls(protocol)) { in ice_tx_csum()
2049 if (eth_p_mpls(protocol)) in ice_tso()
/linux-6.3-rc2/net/core/
A Dskbuff.c6142 if (unlikely(!eth_p_mpls(mpls_proto))) in skb_mpls_push()
6194 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_pop()
6236 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_update_lse()
6269 if (unlikely(!eth_p_mpls(skb->protocol))) in skb_mpls_dec_ttl()
A Ddev.c3454 if (eth_p_mpls(type)) in net_mpls_features()
/linux-6.3-rc2/drivers/net/ethernet/intel/i40e/
A Di40e_txrx.c3057 if (eth_p_mpls(protocol)) in i40e_tso()
3218 if (eth_p_mpls(protocol)) { in i40e_tx_enable_csum()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbevf/
A Dixgbevf_main.c3801 if (eth_p_mpls(first->protocol)) in ixgbevf_tso()
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c8085 if (eth_p_mpls(first->protocol)) in ixgbe_tso()

Completed in 77 milliseconds