Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dflow.h266 static inline u16 ovs_mac_header_len(const struct sw_flow_key *key) in ovs_mac_header_len() function
H A Dactions.c926 if (skb->len - cutlen > ovs_mac_header_len(key)) in do_output()
929 pskb_trim(skb, ovs_mac_header_len(key)); in do_output()