Symbol: ovs_header
net/openvswitch/conntrack.c
1636
struct ovs_header **ovs_reply_header)
net/openvswitch/conntrack.c
1638
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/conntrack.c
1653
(*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex;
net/openvswitch/conntrack.c
1850
struct ovs_header *ovs_reply_header;
net/openvswitch/conntrack.c
1884
struct ovs_header *ovs_reply_header;
net/openvswitch/conntrack.c
1917
struct ovs_header *ovs_reply_header;
net/openvswitch/conntrack.c
1983
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
1068
dp = get_dp(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1091
ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1133
ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1246
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
1282
dp = get_dp(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1304
ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1313
reply = ovs_flow_cmd_build_info(flow, ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1347
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
1374
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1389
reply = ovs_flow_cmd_build_info(flow, ovs_header->dp_ifindex, info,
net/openvswitch/datapath.c
1406
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
1429
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1457
err = ovs_flow_cmd_fill_info(flow, ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1486
struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh));
net/openvswitch/datapath.c
1499
dp = get_dp_rcu(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1516
if (ovs_flow_cmd_fill_info(flow, ovs_header->dp_ifindex, skb,
net/openvswitch/datapath.c
1564
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
1581
size_t msgsize = NLMSG_ALIGN(sizeof(struct ovs_header));
net/openvswitch/datapath.c
1597
struct ovs_header *ovs_header;
net/openvswitch/datapath.c
1603
ovs_header = genlmsg_put(skb, portid, seq, &dp_datapath_genl_family,
net/openvswitch/datapath.c
1605
if (!ovs_header)
net/openvswitch/datapath.c
1608
ovs_header->dp_ifindex = get_dpifindex(dp);
net/openvswitch/datapath.c
1637
genlmsg_end(skb, ovs_header);
net/openvswitch/datapath.c
1641
genlmsg_cancel(skb, ovs_header);
net/openvswitch/datapath.c
1653
const struct ovs_header *ovs_header,
net/openvswitch/datapath.c
1659
dp = get_dp(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
2110
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
2130
struct ovs_header *ovs_header;
net/openvswitch/datapath.c
2135
ovs_header = genlmsg_put(skb, portid, seq, &dp_vport_genl_family,
net/openvswitch/datapath.c
2137
if (!ovs_header)
net/openvswitch/datapath.c
2140
ovs_header->dp_ifindex = get_dpifindex(vport->dp);
net/openvswitch/datapath.c
2175
genlmsg_end(skb, ovs_header);
net/openvswitch/datapath.c
2183
genlmsg_cancel(skb, ovs_header);
net/openvswitch/datapath.c
2212
const struct ovs_header *ovs_header,
net/openvswitch/datapath.c
2224
if (ovs_header->dp_ifindex &&
net/openvswitch/datapath.c
2225
ovs_header->dp_ifindex != get_dpifindex(vport->dp))
net/openvswitch/datapath.c
2234
dp = get_dp(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
2284
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
2312
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
2484
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
2494
vport = lookup_vport(sock_net(skb->sk), ovs_header, a);
net/openvswitch/datapath.c
2514
struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh));
net/openvswitch/datapath.c
2520
dp = get_dp_rcu(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
2607
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
416
size_t size = NLMSG_ALIGN(sizeof(struct ovs_header))
net/openvswitch/datapath.c
456
struct ovs_header *upcall;
net/openvswitch/datapath.c
612
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
680
dp = get_dp_rcu(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
739
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
804
size_t len = NLMSG_ALIGN(sizeof(struct ovs_header));
net/openvswitch/datapath.c
906
struct ovs_header *ovs_header;
net/openvswitch/datapath.c
909
ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family,
net/openvswitch/datapath.c
911
if (!ovs_header)
net/openvswitch/datapath.c
914
ovs_header->dp_ifindex = dp_ifindex;
net/openvswitch/datapath.c
942
genlmsg_end(skb, ovs_header);
net/openvswitch/datapath.c
946
genlmsg_cancel(skb, ovs_header);
net/openvswitch/datapath.c
999
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
211
struct ovs_header **ovs_reply_header)
net/openvswitch/meter.c
214
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
227
(*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex;
net/openvswitch/meter.c
275
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
276
struct ovs_header *ovs_reply_header;
net/openvswitch/meter.c
288
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/meter.c
411
struct ovs_header *ovs_reply_header;
net/openvswitch/meter.c
412
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
434
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/meter.c
485
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
486
struct ovs_header *ovs_reply_header;
net/openvswitch/meter.c
506
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/meter.c
538
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
539
struct ovs_header *ovs_reply_header;
net/openvswitch/meter.c
557
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/meter.c
714
.hdrsize = sizeof(struct ovs_header),