Home
last modified time | relevance | path

Searched refs:ovs_mac_header_len (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow.h252 static inline u16 ovs_mac_header_len(const struct sw_flow_key *key) in ovs_mac_header_len() function
H A Dactions.c920 if (skb->len - cutlen > ovs_mac_header_len(key)) in do_output()
923 pskb_trim(skb, ovs_mac_header_len(key)); in do_output()
/kernel/linux/linux-6.6/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()

Completed in 6 milliseconds