Searched defs:cutlen (Results 1 – 3 of 3) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | datapath.c | 332 ovs_dp_upcall(struct datapath * dp,struct sk_buff * skb,const struct sw_flow_key * key,const struct dp_upcall_info * upcall_info,uint32_t cutlen) ovs_dp_upcall() argument 369 queue_gso_packets(struct datapath * dp,struct sk_buff * skb,const struct sw_flow_key * key,const struct dp_upcall_info * upcall_info,uint32_t cutlen) queue_gso_packets() argument 454 queue_userspace_packet(struct datapath * dp,struct sk_buff * skb,const struct sw_flow_key * key,const struct dp_upcall_info * upcall_info,uint32_t cutlen) queue_userspace_packet() argument [all...] |
| H A D | actions.c | 838 u32 cutlen = OVS_CB(skb)->cutlen; in do_output() local 861 uint32_t cutlen) in output_userspace()
|
| H A D | datapath.h | 131 u32 cutlen; member
|