Home
last modified time | relevance | path

Searched refs:ovs_header (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/net/openvswitch/
Ddatapath.c220 .hdrsize = sizeof(struct ovs_header),
311 struct ovs_header *upcall; in queue_userspace_packet()
336 len = sizeof(struct ovs_header); in queue_userspace_packet()
601 struct ovs_header *ovs_header = info->userhdr; in ovs_packet_cmd_execute() local
670 dp = get_dp(ovs_header->dp_ifindex); in ovs_packet_cmd_execute()
741 .hdrsize = sizeof(struct ovs_header),
759 struct ovs_header *ovs_header; in ovs_flow_cmd_fill_info() local
768 ovs_header = genlmsg_put(skb, pid, seq, &dp_flow_genl_family, flags, cmd); in ovs_flow_cmd_fill_info()
769 if (!ovs_header) in ovs_flow_cmd_fill_info()
772 ovs_header->dp_ifindex = get_dpifindex(dp); in ovs_flow_cmd_fill_info()
[all …]
/linux-3.4.99/include/linux/
Dopenvswitch.h33 struct ovs_header { struct