Home
last modified time | relevance | path

Searched refs:ovs_header (Results 1 - 11 of 11) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dmeter.c214 struct ovs_header **ovs_reply_header) in ovs_meter_cmd_reply_start()
217 struct ovs_header *ovs_header = info->userhdr; in ovs_meter_cmd_reply_start() local
230 (*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex; in ovs_meter_cmd_reply_start()
278 struct ovs_header *ovs_header = info->userhdr; in ovs_meter_cmd_features() local
279 struct ovs_header *ovs_reply_header; in ovs_meter_cmd_features()
291 dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex); in ovs_meter_cmd_features()
414 struct ovs_header *ovs_reply_header; in ovs_meter_cmd_set()
415 struct ovs_header *ovs_heade in ovs_meter_cmd_set() local
488 struct ovs_header *ovs_header = info->userhdr; ovs_meter_cmd_get() local
541 struct ovs_header *ovs_header = info->userhdr; ovs_meter_cmd_del() local
[all...]
H A Ddatapath.c359 size_t size = NLMSG_ALIGN(sizeof(struct ovs_header)) in upcall_msg_size()
399 struct ovs_header *upcall; in queue_userspace_packet()
555 struct ovs_header *ovs_header = info->userhdr; in ovs_packet_cmd_execute() local
620 dp = get_dp_rcu(net, ovs_header->dp_ifindex); in ovs_packet_cmd_execute()
672 .hdrsize = sizeof(struct ovs_header),
736 size_t len = NLMSG_ALIGN(sizeof(struct ovs_header)); in ovs_flow_cmd_msg_size()
838 struct ovs_header *ovs_header; in ovs_flow_cmd_fill_info() local
841 ovs_header in ovs_flow_cmd_fill_info()
931 struct ovs_header *ovs_header = info->userhdr; ovs_flow_cmd_new() local
1178 struct ovs_header *ovs_header = info->userhdr; ovs_flow_cmd_set() local
1279 struct ovs_header *ovs_header = info->userhdr; ovs_flow_cmd_get() local
1338 struct ovs_header *ovs_header = info->userhdr; ovs_flow_cmd_del() local
1418 struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh)); ovs_flow_cmd_dump() local
1527 struct ovs_header *ovs_header; ovs_dp_cmd_fill_info() local
1575 lookup_datapath(struct net *net, const struct ovs_header *ovs_header, struct nlattr *a[OVS_DP_ATTR_MAX + 1]) lookup_datapath() argument
1981 struct ovs_header *ovs_header; ovs_vport_cmd_fill_info() local
2053 lookup_vport(struct net *net, const struct ovs_header *ovs_header, struct nlattr *a[OVS_VPORT_ATTR_MAX + 1]) lookup_vport() argument
2126 struct ovs_header *ovs_header = info->userhdr; ovs_vport_cmd_new() local
2323 struct ovs_header *ovs_header = info->userhdr; ovs_vport_cmd_get() local
2353 struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh)); ovs_vport_cmd_dump() local
[all...]
H A Dconntrack.c1915 struct ovs_header **ovs_reply_header) in ovs_ct_limit_cmd_reply_start()
1917 struct ovs_header *ovs_header = info->userhdr; in ovs_ct_limit_cmd_reply_start() local
1932 (*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex; in ovs_ct_limit_cmd_reply_start()
2129 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_set()
2163 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_del()
2196 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_get()
2260 .hdrsize = sizeof(struct ovs_header),
/kernel/linux/linux-6.6/net/openvswitch/
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_heade in ovs_meter_cmd_set() local
485 struct ovs_header *ovs_header = genl_info_userhdr(info); ovs_meter_cmd_get() local
538 struct ovs_header *ovs_header = genl_info_userhdr(info); ovs_meter_cmd_del() local
[all...]
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 in ovs_flow_cmd_fill_info()
970 struct ovs_header *ovs_header = genl_info_userhdr(info); ovs_flow_cmd_new() local
1217 struct ovs_header *ovs_header = genl_info_userhdr(info); ovs_flow_cmd_set() local
1318 struct ovs_header *ovs_header = genl_info_userhdr(info); ovs_flow_cmd_get() local
1377 struct ovs_header *ovs_header = genl_info_userhdr(info); ovs_flow_cmd_del() local
1457 struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh)); ovs_flow_cmd_dump() local
1568 struct ovs_header *ovs_header; ovs_dp_cmd_fill_info() local
1623 lookup_datapath(struct net *net, const struct ovs_header *ovs_header, struct nlattr *a[OVS_DP_ATTR_MAX + 1]) lookup_datapath() argument
2104 struct ovs_header *ovs_header; ovs_vport_cmd_fill_info() local
2179 lookup_vport(struct net *net, const struct ovs_header *ovs_header, struct nlattr *a[OVS_VPORT_ATTR_MAX + 1]) lookup_vport() argument
2252 struct ovs_header *ovs_header = genl_info_userhdr(info); ovs_vport_cmd_new() local
2453 struct ovs_header *ovs_header = genl_info_userhdr(info); ovs_vport_cmd_get() local
2483 struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh)); ovs_vport_cmd_dump() local
[all...]
H A Dconntrack.c1606 struct ovs_header **ovs_reply_header) in ovs_ct_limit_cmd_reply_start()
1608 struct ovs_header *ovs_header = genl_info_userhdr(info); in ovs_ct_limit_cmd_reply_start() local
1623 (*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex; in ovs_ct_limit_cmd_reply_start()
1821 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_set()
1855 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_del()
1888 struct ovs_header *ovs_reply_header; in ovs_ct_limit_cmd_get()
1954 .hdrsize = sizeof(struct ovs_header),
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dopenvswitch.h28 * struct ovs_header - header for OVS Generic Netlink messages.
36 struct ovs_header { struct
66 * the &struct ovs_header. Always present in notifications. Required in
78 * These attributes follow the &struct ovs_header within the Generic Netlink
179 * These attributes follow the &struct ovs_header within the Generic Netlink
244 * These attributes follow the &struct ovs_header within the Generic Netlink
255 * ovs_header plus %OVS_VPORT_ATTR_PORT_NO determine the vport.
569 * These attributes follow the &struct ovs_header within the Generic Netlink
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dopenvswitch.h28 * struct ovs_header - header for OVS Generic Netlink messages.
36 struct ovs_header { struct
66 * the &struct ovs_header. Always present in notifications. Required in
82 * These attributes follow the &struct ovs_header within the Generic Netlink
190 * These attributes follow the &struct ovs_header within the Generic Netlink
255 * These attributes follow the &struct ovs_header within the Generic Netlink
266 * ovs_header plus %OVS_VPORT_ATTR_PORT_NO determine the vport.
610 * These attributes follow the &struct ovs_header within the Generic Netlink
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dopenvswitch.h23 struct ovs_header { struct
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dopenvswitch.h23 struct ovs_header { struct
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dopenvswitch.h10 struct ovs_header { struct

Completed in 25 milliseconds