Home
last modified time | relevance | path

Searched refs:ovs_mac_header_len (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/net/openvswitch/
Dflow.h266 static inline u16 ovs_mac_header_len(const struct sw_flow_key *key) in ovs_mac_header_len() function
Dactions.c921 if (skb->len - cutlen > ovs_mac_header_len(key)) in do_output()
924 pskb_trim(skb, ovs_mac_header_len(key)); in do_output()