Searched refs:trunc (Results 1 – 2 of 2) sorted by relevance
1215 struct ovs_action_trunc *trunc = nla_data(a); in do_execute_actions() local1217 if (skb->len > trunc->max_len) in do_execute_actions()1218 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
3012 const struct ovs_action_trunc *trunc = nla_data(a); in __ovs_nla_copy_actions() local3014 if (trunc->max_len < ETH_HLEN) in __ovs_nla_copy_actions()