Lines Matching refs:cutlen
941 u32 cutlen = OVS_CB(skb)->cutlen; in do_output() local
943 if (unlikely(cutlen > 0)) { in do_output()
944 if (skb->len - cutlen > ovs_mac_header_len(key)) in do_output()
945 pskb_trim(skb, skb->len - cutlen); in do_output()
968 uint32_t cutlen) in output_userspace() argument
1020 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen); in output_userspace()
1341 md.trunc_size = skb->len - OVS_CB(skb)->cutlen; in execute_psample()
1391 OVS_CB(skb)->cutlen = 0; in do_execute_actions()
1399 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
1405 len, OVS_CB(skb)->cutlen); in do_execute_actions()
1406 OVS_CB(skb)->cutlen = 0; in do_execute_actions()
1560 OVS_CB(skb)->cutlen = 0; in do_execute_actions()