Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Ddatapath.c397 size_t size = NLMSG_ALIGN(sizeof(struct ovs_header)) in upcall_msg_size()
437 struct ovs_header *upcall; in queue_userspace_packet()
593 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_packet_cmd_execute() local
658 dp = get_dp_rcu(net, ovs_header->dp_ifindex); in ovs_packet_cmd_execute()
710 .hdrsize = sizeof(struct ovs_header),
775 size_t len = NLMSG_ALIGN(sizeof(struct ovs_header)); in ovs_flow_cmd_msg_size()
877 struct ovs_header *ovs_header; in ovs_flow_cmd_fill_info() local
880 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family, in ovs_flow_cmd_fill_info()
882 if (!ovs_header) in ovs_flow_cmd_fill_info()
885 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.c1612 struct ovs_header **ovs_reply_header) in ovs_ct_limit_cmd_reply_start()
1614 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_ct_limit_cmd_reply_start() local
1629 (*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex; in ovs_ct_limit_cmd_reply_start()
1827 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_set()
1861 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_del()
1894 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_get()
1960 .hdrsize = sizeof(struct ovs_header),
/openbmc/linux/include/uapi/linux/
H A Dopenvswitch.h36 struct ovs_header { struct