Home
last modified time | relevance | path

Searched refs:snd_portid (Results 1 – 25 of 31) sorted by relevance

12

/linux/net/ncsi/
H A Dncsi-netlink.c181 hdr = genlmsg_put(skb, info->snd_portid, info->snd_seq, in ncsi_pkg_info_nl()
474 info->snd_portid, in ncsi_send_cmd_nl()
497 hdr = genlmsg_put(skb, nr->snd_portid, nr->snd_seq, in ncsi_send_netlink_rsp()
517 return genlmsg_unicast(net, skb, nr->snd_portid); in ncsi_send_netlink_rsp()
536 hdr = genlmsg_put(skb, nr->snd_portid, nr->snd_seq, in ncsi_send_netlink_timeout()
560 return genlmsg_unicast(net, skb, nr->snd_portid); in ncsi_send_netlink_timeout()
565 u32 snd_portid, in ncsi_send_netlink_err() argument
580 nlh = nlmsg_put(skb, snd_portid, snd_seq, in ncsi_send_netlink_err()
588 return nlmsg_unicast(net->genl_sock, skb, snd_portid); in ncsi_send_netlink_err()
H A Dncsi-netlink.h21 u32 snd_portid,
H A Dncsi-cmd.c366 nr->snd_portid = nca->info->snd_portid; in ncsi_xmit_cmd()
H A Dinternal.h271 u32 snd_portid; /* netlink portid of sender */ member
/linux/net/l2tp/
H A Dl2tp_netlink.c85 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in l2tp_nl_cmd_noop()
94 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_noop()
115 ret = l2tp_nl_tunnel_send(msg, info->snd_portid, info->snd_seq, in l2tp_tunnel_notify()
143 ret = l2tp_nl_session_send(msg, info->snd_portid, info->snd_seq, in l2tp_session_notify()
477 ret = l2tp_nl_tunnel_send(msg, info->snd_portid, info->snd_seq, in l2tp_nl_cmd_tunnel_get()
484 return genlmsg_unicast(net, msg, info->snd_portid); in l2tp_nl_cmd_tunnel_get()
820 ret = l2tp_nl_session_send(msg, info->snd_portid, info->snd_seq, in l2tp_nl_cmd_session_get()
825 ret = genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in l2tp_nl_cmd_session_get()
/linux/net/openvswitch/
H A Ddatapath.c956 info->snd_portid, info->snd_seq, 0, in ovs_flow_cmd_build_info()
1062 reply, info->snd_portid, in ovs_flow_cmd_new()
1104 reply, info->snd_portid, in ovs_flow_cmd_new()
1275 reply, info->snd_portid, in ovs_flow_cmd_set()
1428 reply, info->snd_portid, in ovs_flow_cmd_del()
1858 err = ovs_dp_cmd_fill_info(dp, reply, info->snd_portid, in ovs_dp_cmd_new()
1942 err = ovs_dp_cmd_fill_info(dp, reply, info->snd_portid, in ovs_dp_cmd_del()
1980 err = ovs_dp_cmd_fill_info(dp, reply, info->snd_portid, in ovs_dp_cmd_set()
2012 err = ovs_dp_cmd_fill_info(dp, reply, info->snd_portid, in ovs_dp_cmd_get()
2323 info->snd_portid, info->snd_seq, 0, in ovs_vport_cmd_new()
[all …]
H A Dmeter.c220 *ovs_reply_header = genlmsg_put(skb, info->snd_portid, in ovs_meter_cmd_reply_start()
/linux/net/devlink/
H A Dsb.c222 info->snd_portid, info->snd_seq, 0); in devlink_nl_sb_get_doit()
333 info->snd_portid, info->snd_seq, 0); in devlink_nl_sb_pool_get_doit()
535 info->snd_portid, info->snd_seq, 0); in devlink_nl_sb_port_pool_get_doit()
750 info->snd_portid, in devlink_nl_sb_tc_pool_bind_get_doit()
H A Dlinecard.c190 info->snd_portid, info->snd_seq, 0, in devlink_nl_linecard_get_doit()
H A Dparam.c520 info->snd_portid, info->snd_seq, 0); in devlink_nl_param_get_doit()
/linux/net/ethtool/
H A Dmodule.c200 if (work->fw_update.ntf_params.portid == info->snd_portid && in module_flash_fw_work_list_add()
324 fw_update->ntf_params.portid = info->snd_portid; in module_flash_fw_schedule()
/linux/net/handshake/
H A Dnetlink.c85 return genlmsg_put(msg, info->snd_portid, info->snd_seq, in handshake_genl_put()
/linux/kernel/
H A Dtaskstats.c460 rc = add_del_listener(info->snd_portid, mask, REGISTER); in cmd_attr_register_cpumask()
476 rc = add_del_listener(info->snd_portid, mask, DEREGISTER); in cmd_attr_deregister_cpumask()
/linux/net/tipc/
H A Dnet.c335 msg.portid = info->snd_portid; in tipc_nl_net_addr_legacy_get()
H A Dbearer.c939 msg.portid = info->snd_portid; in tipc_nl_bearer_get()
1286 msg.portid = info->snd_portid; in tipc_nl_media_get()
/linux/drivers/vdpa/
H A Dvdpa.c543 err = vdpa_mgmtdev_fill(mdev, msg, info->snd_portid, info->snd_seq, 0); in vdpa_nl_cmd_mgmtdev_get_doit()
812 err = vdpa_dev_fill(vdev, msg, info->snd_portid, info->snd_seq, 0, info->extack); in vdpa_nl_cmd_dev_get_doit()
1279 u32 portid = info->snd_portid; in vdpa_dev_vendor_stats_fill()
1350 err = vdpa_dev_config_fill(vdev, msg, info->snd_portid, info->snd_seq, in vdpa_nl_cmd_dev_config_get_doit()
/linux/net/ieee802154/
H A Dnl-phy.c98 rc = ieee802154_nl_fill_phy(msg, info->snd_portid, info->snd_seq, in ieee802154_list_phy()
/linux/net/wireless/
H A Dnl80211.c3288 info->snd_portid, info->snd_seq, 0, in nl80211_get_wiphy()
4187 if (nl80211_send_iface(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_interface()
4484 wdev->owner_nlportid = info->snd_portid; in _nl80211_new_interface()
4512 if (nl80211_send_iface(msg, info->snd_portid, info->snd_seq, 0, in _nl80211_new_interface()
4718 hdr = nl80211hdr_put(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_key()
6349 wdev->conn_owner_nlportid != info->snd_portid) { in nl80211_start_ap()
6365 wdev->conn_owner_nlportid = info->snd_portid; in nl80211_start_ap()
7013 info->snd_portid, info->snd_seq, 0, in nl80211_get_station()
8009 if (nl80211_send_mpath(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_mpath()
8117 if (nl80211_send_mpath(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_mpp()
[all …]
/linux/net/netlink/
H A Dgenetlink.c994 info->info.snd_portid = NETLINK_CB(cb->skb).portid; in genl_start()
1100 info.snd_portid = NETLINK_CB(skb).portid; in genl_family_rcv_msg_doit()
1468 msg = ctrl_build_family_msg(res, info->snd_portid, info->snd_seq, in ctrl_getfamily()
1991 nlmsg_notify(sk, skb, info->snd_portid, group, in genl_notify()
/linux/drivers/net/
H A Dgtp.c496 static int gtp_genl_fill_echo(struct sk_buff *skb, u32 snd_portid, u32 snd_seq, in gtp_genl_fill_echo() argument
501 genlh = genlmsg_put(skb, snd_portid, snd_seq, &gtp_genl_family, flags, in gtp_genl_fill_echo()
2154 static int gtp_genl_fill_info(struct sk_buff *skb, u32 snd_portid, u32 snd_seq, in gtp_genl_fill_info() argument
2159 genlh = genlmsg_put(skb, snd_portid, snd_seq, &gtp_genl_family, flags, in gtp_genl_fill_info()
2261 return genlmsg_unicast(genl_info_net(info), skb2, info->snd_portid); in gtp_genl_get_pdp()
/linux/net/ipv6/
H A Dseg6.c274 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in seg6_genl_get_tunsrc()
/linux/net/smc/
H A Dsmc_pnet.c659 _smc_pnet_dump(net, msg, info->snd_portid, info->snd_seq, in smc_pnet_get()
663 hdr = nlmsg_put(msg, info->snd_portid, info->snd_seq, NLMSG_DONE, 0, in smc_pnet_get()
/linux/drivers/net/team/
H A Dteam_core.c2280 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in team_nl_noop_doit()
2289 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_noop_doit()
2521 err = team_nl_send_options_get(team, info->snd_portid, info->snd_seq, in team_nl_options_get_doit()
2809 err = team_nl_send_port_list_get(team, info->snd_portid, info->snd_seq, in team_nl_port_list_get_doit()
/linux/net/ipv6/ila/
H A Dila_xlat.c484 info->snd_portid, in ila_xlat_nl_cmd_get_mapping()
/linux/net/core/
H A Ddrop_monitor.c1398 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in net_dm_config_fill()
1534 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in net_dm_stats_fill()

12