Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Ddatapath.c416 size_t size = NLMSG_ALIGN(sizeof(struct ovs_header)) in upcall_msg_size()
456 struct ovs_header *upcall; in queue_userspace_packet()
612 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_packet_cmd_execute() local
680 dp = get_dp_rcu(net, ovs_header->dp_ifindex); in ovs_packet_cmd_execute()
739 .hdrsize = sizeof(struct ovs_header),
804 size_t len = NLMSG_ALIGN(sizeof(struct ovs_header)); in ovs_flow_cmd_msg_size()
906 struct ovs_header *ovs_header; in ovs_flow_cmd_fill_info() local
909 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, in ovs_flow_cmd_fill_info()
911 if (!ovs_header) in ovs_flow_cmd_fill_info()
914 ovs_header->dp_ifindex = dp_ifindex; in ovs_flow_cmd_fill_info()
[all …]
H A Dmeter.c211 struct ovs_header **ovs_reply_header) in ovs_meter_cmd_reply_start()
214 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_meter_cmd_reply_start() local
227 (*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex; in ovs_meter_cmd_reply_start()
275 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_meter_cmd_features() local
276 struct ovs_header *ovs_reply_header; in ovs_meter_cmd_features()
288 dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex); in ovs_meter_cmd_features()
411 struct ovs_header *ovs_reply_header; in ovs_meter_cmd_set()
412 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_meter_cmd_set() local
434 dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex); in ovs_meter_cmd_set()
485 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_meter_cmd_get() local
[all …]
H A Dconntrack.c1636 struct ovs_header **ovs_reply_header) in ovs_ct_limit_cmd_reply_start()
1638 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_ct_limit_cmd_reply_start() local
1653 (*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex; in ovs_ct_limit_cmd_reply_start()
1850 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_set()
1884 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_del()
1917 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_get()
1983 .hdrsize = sizeof(struct ovs_header),
/linux/include/uapi/linux/
H A Dopenvswitch.h36 struct ovs_header { struct