Home
last modified time | relevance | path

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

/net/openvswitch/
A Dactions.c1357 struct ovs_action_trunc *trunc = nla_data(a); in do_execute_actions() local
1359 if (skb->len > trunc->max_len) in do_execute_actions()
1360 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
A Dflow_netlink.c3255 const struct ovs_action_trunc *trunc = nla_data(a); in __ovs_nla_copy_actions() local
3257 if (trunc->max_len < ETH_HLEN) in __ovs_nla_copy_actions()

Completed in 12 milliseconds