Searched refs:trunc (Results 1 – 2 of 2) sorted by relevance
1357 struct ovs_action_trunc *trunc = nla_data(a); in do_execute_actions() local1359 if (skb->len > trunc->max_len) in do_execute_actions()1360 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
3255 const struct ovs_action_trunc *trunc = nla_data(a); in __ovs_nla_copy_actions() local3257 if (trunc->max_len < ETH_HLEN) in __ovs_nla_copy_actions()
Completed in 12 milliseconds