Home
last modified time | relevance | path

Searched defs:cutlen (Results 1 – 3 of 3) sorted by relevance

/linux/net/openvswitch/
H A Ddatapath.c332 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 Dactions.c838 u32 cutlen = OVS_CB(skb)->cutlen; in do_output() local
861 uint32_t cutlen) in output_userspace()
H A Ddatapath.h131 u32 cutlen; member