Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Ddatapath.c385 size_t size = NLMSG_ALIGN(sizeof(struct ovs_header)) in upcall_msg_size()
404 struct ovs_header *upcall; in queue_userspace_packet()
512 struct ovs_header *ovs_header = info->userhdr; in ovs_packet_cmd_execute() local
572 dp = get_dp_rcu(sock_net(skb->sk), ovs_header->dp_ifindex); in ovs_packet_cmd_execute()
622 .hdrsize = sizeof(struct ovs_header),
683 size_t len = NLMSG_ALIGN(sizeof(struct ovs_header)); in ovs_flow_cmd_msg_size()
778 struct ovs_header *ovs_header; in ovs_flow_cmd_fill_info() local
781 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, in ovs_flow_cmd_fill_info()
783 if (!ovs_header) in ovs_flow_cmd_fill_info()
786 ovs_header->dp_ifindex = dp_ifindex; in ovs_flow_cmd_fill_info()
[all …]
/linux-4.1.27/include/uapi/linux/
Dopenvswitch.h35 struct ovs_header { struct