Lines Matching refs:cutlen
939 u32 cutlen = OVS_CB(skb)->cutlen; in do_output() local
941 if (unlikely(cutlen > 0)) { in do_output()
942 if (skb->len - cutlen > ovs_mac_header_len(key)) in do_output()
943 pskb_trim(skb, skb->len - cutlen); in do_output()
972 uint32_t cutlen) in output_userspace() argument
1025 return ovs_dp_upcall(dp, skb, key, &upcall, cutlen); in output_userspace()
1346 md.trunc_size = skb->len - OVS_CB(skb)->cutlen; in execute_psample()
1396 OVS_CB(skb)->cutlen = 0; in do_execute_actions()
1404 OVS_CB(skb)->cutlen = skb->len - trunc->max_len; in do_execute_actions()
1410 len, OVS_CB(skb)->cutlen); in do_execute_actions()
1411 OVS_CB(skb)->cutlen = 0; in do_execute_actions()
1565 OVS_CB(skb)->cutlen = 0; in do_execute_actions()