Home
last modified time | relevance | path

Searched refs:upcall_pid (Results 1 – 5 of 5) sorted by relevance

/linux/tools/net/ynl/samples/
H A Dovs.c47 dp->upcall_pid, dp->masks_cache_size); in main()
/linux/net/openvswitch/
H A Ddatapath.h133 u32 upcall_pid; member
H A Dvport.c504 OVS_CB(skb)->upcall_pid = 0; in ovs_vport_receive()
H A Ddatapath.c270 if (OVS_CB(skb)->upcall_pid) in ovs_dp_process_packet()
271 upcall.portid = OVS_CB(skb)->upcall_pid; in ovs_dp_process_packet()
656 OVS_CB(packet)->upcall_pid = in ovs_packet_cmd_execute()
H A Dactions.c881 if (OVS_CB(skb)->upcall_pid) in output_userspace()
882 upcall.portid = OVS_CB(skb)->upcall_pid; in output_userspace()