Lines Matching refs:cutlen
900 u32 cutlen = OVS_CB(skb)->cutlen; in do_output() local
902 if (unlikely(cutlen > 0)) { in do_output()
903 if (skb->len - cutlen > ovs_mac_header_len(key)) in do_output()
904 pskb_trim(skb, skb->len - cutlen); in do_output()
927 uint32_t cutlen) in output_userspace() argument
981 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen); in output_userspace()
1302 md.trunc_size = skb->len - OVS_CB(skb)->cutlen; in execute_psample()
1352 OVS_CB(skb)->cutlen = 0; in do_execute_actions()
1360 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
1366 len, OVS_CB(skb)->cutlen); in do_execute_actions()
1367 OVS_CB(skb)->cutlen = 0; in do_execute_actions()
1521 OVS_CB(skb)->cutlen = 0; in do_execute_actions()