Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Ddatapath.c384 size_t size = NLMSG_ALIGN(sizeof(struct ovs_header)) in upcall_msg_size()
421 struct ovs_header *upcall; in queue_userspace_packet()
545 struct ovs_header *ovs_header = info->userhdr; in ovs_packet_cmd_execute() local
613 dp = get_dp_rcu(net, ovs_header->dp_ifindex); in ovs_packet_cmd_execute()
665 .hdrsize = sizeof(struct ovs_header),
726 size_t len = NLMSG_ALIGN(sizeof(struct ovs_header)); in ovs_flow_cmd_msg_size()
821 struct ovs_header *ovs_header; in ovs_flow_cmd_fill_info() local
824 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, in ovs_flow_cmd_fill_info()
826 if (!ovs_header) in ovs_flow_cmd_fill_info()
829 ovs_header->dp_ifindex = dp_ifindex; in ovs_flow_cmd_fill_info()
[all …]
/linux-4.4.14/include/uapi/linux/
Dopenvswitch.h35 struct ovs_header { struct