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

/linux-master/net/openvswitch/
H A Dmeter.c211 struct ovs_header **ovs_reply_header)
214 struct ovs_header *ovs_header = genl_info_userhdr(info); local
227 (*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex;
275 struct ovs_header *ovs_header = genl_info_userhdr(info); local
276 struct ovs_header *ovs_reply_header;
288 dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
411 struct ovs_header *ovs_reply_header;
412 struct ovs_header *ovs_heade local
485 struct ovs_header *ovs_header = genl_info_userhdr(info); local
538 struct ovs_header *ovs_header = genl_info_userhdr(info); local
[all...]
H A Ddatapath.c397 size_t size = NLMSG_ALIGN(sizeof(struct ovs_header))
437 struct ovs_header *upcall;
593 struct ovs_header *ovs_header = genl_info_userhdr(info); local
658 dp = get_dp_rcu(net, ovs_header->dp_ifindex);
710 .hdrsize = sizeof(struct ovs_header),
775 size_t len = NLMSG_ALIGN(sizeof(struct ovs_header));
877 struct ovs_header *ovs_header; local
880 ovs_header
970 struct ovs_header *ovs_header = genl_info_userhdr(info); local
1217 struct ovs_header *ovs_header = genl_info_userhdr(info); local
1318 struct ovs_header *ovs_header = genl_info_userhdr(info); local
1377 struct ovs_header *ovs_header = genl_info_userhdr(info); local
1457 struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh)); local
1568 struct ovs_header *ovs_header; local
1623 lookup_datapath(struct net *net, const struct ovs_header *ovs_header, struct nlattr *a[OVS_DP_ATTR_MAX + 1]) argument
2104 struct ovs_header *ovs_header; local
2179 lookup_vport(struct net *net, const struct ovs_header *ovs_header, struct nlattr *a[OVS_VPORT_ATTR_MAX + 1]) argument
2252 struct ovs_header *ovs_header = genl_info_userhdr(info); local
2453 struct ovs_header *ovs_header = genl_info_userhdr(info); local
2483 struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh)); local
[all...]
H A Dconntrack.c1607 struct ovs_header **ovs_reply_header)
1609 struct ovs_header *ovs_header = genl_info_userhdr(info); local
1624 (*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex;
1822 struct ovs_header *ovs_reply_header;
1856 struct ovs_header *ovs_reply_header;
1889 struct ovs_header *ovs_reply_header;
1955 .hdrsize = sizeof(struct ovs_header),
/linux-master/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

Completed in 114 milliseconds