Home
last modified time | relevance | path

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

/net/openvswitch/
Dactions.c1215 struct ovs_action_trunc *trunc = nla_data(a); in do_execute_actions() local
1217 if (skb->len > trunc->max_len) in do_execute_actions()
1218 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
Dflow_netlink.c3012 const struct ovs_action_trunc *trunc = nla_data(a); in __ovs_nla_copy_actions() local
3014 if (trunc->max_len < ETH_HLEN) in __ovs_nla_copy_actions()