Symbol: ovs_header
net/openvswitch/conntrack.c
1637
struct ovs_header **ovs_reply_header)
net/openvswitch/conntrack.c
1639
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/conntrack.c
1654
(*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex;
net/openvswitch/conntrack.c
1851
struct ovs_header *ovs_reply_header;
net/openvswitch/conntrack.c
1885
struct ovs_header *ovs_reply_header;
net/openvswitch/conntrack.c
1918
struct ovs_header *ovs_reply_header;
net/openvswitch/conntrack.c
1984
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
1002
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
1071
dp = get_dp(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1094
ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1136
ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1249
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
1285
dp = get_dp(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1307
ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1316
reply = ovs_flow_cmd_build_info(flow, ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1351
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
1378
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1393
reply = ovs_flow_cmd_build_info(flow, ovs_header->dp_ifindex, info,
net/openvswitch/datapath.c
1410
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
1433
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1461
err = ovs_flow_cmd_fill_info(flow, ovs_header->dp_ifindex,
net/openvswitch/datapath.c
1490
struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh));
net/openvswitch/datapath.c
1503
dp = get_dp_rcu(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
1520
if (ovs_flow_cmd_fill_info(flow, ovs_header->dp_ifindex, skb,
net/openvswitch/datapath.c
1568
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
1585
size_t msgsize = NLMSG_ALIGN(sizeof(struct ovs_header));
net/openvswitch/datapath.c
1601
struct ovs_header *ovs_header;
net/openvswitch/datapath.c
1607
ovs_header = genlmsg_put(skb, portid, seq, &dp_datapath_genl_family,
net/openvswitch/datapath.c
1609
if (!ovs_header)
net/openvswitch/datapath.c
1612
ovs_header->dp_ifindex = get_dpifindex(dp);
net/openvswitch/datapath.c
1641
genlmsg_end(skb, ovs_header);
net/openvswitch/datapath.c
1645
genlmsg_cancel(skb, ovs_header);
net/openvswitch/datapath.c
1657
const struct ovs_header *ovs_header,
net/openvswitch/datapath.c
1663
dp = get_dp(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
2114
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
2134
struct ovs_header *ovs_header;
net/openvswitch/datapath.c
2139
ovs_header = genlmsg_put(skb, portid, seq, &dp_vport_genl_family,
net/openvswitch/datapath.c
2141
if (!ovs_header)
net/openvswitch/datapath.c
2144
ovs_header->dp_ifindex = get_dpifindex(vport->dp);
net/openvswitch/datapath.c
2179
genlmsg_end(skb, ovs_header);
net/openvswitch/datapath.c
2187
genlmsg_cancel(skb, ovs_header);
net/openvswitch/datapath.c
2193
size_t msgsize = NLMSG_ALIGN(sizeof(struct ovs_header));
net/openvswitch/datapath.c
2247
const struct ovs_header *ovs_header,
net/openvswitch/datapath.c
2259
if (ovs_header->dp_ifindex &&
net/openvswitch/datapath.c
2260
ovs_header->dp_ifindex != get_dpifindex(vport->dp))
net/openvswitch/datapath.c
2269
dp = get_dp(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
2319
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
2347
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
2519
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
2529
vport = lookup_vport(sock_net(skb->sk), ovs_header, a);
net/openvswitch/datapath.c
2549
struct ovs_header *ovs_header = genlmsg_data(nlmsg_data(cb->nlh));
net/openvswitch/datapath.c
2555
dp = get_dp_rcu(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/datapath.c
2642
.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
614
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/datapath.c
683
dp = get_dp_rcu(net, ovs_header->dp_ifindex);
net/openvswitch/datapath.c
742
.hdrsize = sizeof(struct ovs_header),
net/openvswitch/datapath.c
807
size_t len = NLMSG_ALIGN(sizeof(struct ovs_header));
net/openvswitch/datapath.c
909
struct ovs_header *ovs_header;
net/openvswitch/datapath.c
912
ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family,
net/openvswitch/datapath.c
914
if (!ovs_header)
net/openvswitch/datapath.c
917
ovs_header->dp_ifindex = dp_ifindex;
net/openvswitch/datapath.c
945
genlmsg_end(skb, ovs_header);
net/openvswitch/datapath.c
949
genlmsg_cancel(skb, ovs_header);
net/openvswitch/meter.c
216
struct ovs_header **ovs_reply_header)
net/openvswitch/meter.c
219
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
232
(*ovs_reply_header)->dp_ifindex = ovs_header->dp_ifindex;
net/openvswitch/meter.c
280
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
281
struct ovs_header *ovs_reply_header;
net/openvswitch/meter.c
293
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/meter.c
416
struct ovs_header *ovs_reply_header;
net/openvswitch/meter.c
417
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
439
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/meter.c
490
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
491
struct ovs_header *ovs_reply_header;
net/openvswitch/meter.c
511
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/meter.c
543
struct ovs_header *ovs_header = genl_info_userhdr(info);
net/openvswitch/meter.c
544
struct ovs_header *ovs_reply_header;
net/openvswitch/meter.c
562
dp = get_dp(sock_net(skb->sk), ovs_header->dp_ifindex);
net/openvswitch/meter.c
719
.hdrsize = sizeof(struct ovs_header),