/linux/net/ncsi/ |
H A D | ncsi-netlink.c | 181 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 D | ncsi-netlink.h | 21 u32 snd_portid,
|
H A D | ncsi-cmd.c | 366 nr->snd_portid = nca->info->snd_portid; in ncsi_xmit_cmd()
|
H A D | internal.h | 271 u32 snd_portid; /* netlink portid of sender */ member
|
/linux/net/l2tp/ |
H A D | l2tp_netlink.c | 85 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 D | datapath.c | 956 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 D | meter.c | 220 *ovs_reply_header = genlmsg_put(skb, info->snd_portid, in ovs_meter_cmd_reply_start()
|
/linux/net/devlink/ |
H A D | sb.c | 222 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 D | linecard.c | 190 info->snd_portid, info->snd_seq, 0, in devlink_nl_linecard_get_doit()
|
H A D | param.c | 520 info->snd_portid, info->snd_seq, 0); in devlink_nl_param_get_doit()
|
/linux/net/ethtool/ |
H A D | module.c | 200 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 D | netlink.c | 85 return genlmsg_put(msg, info->snd_portid, info->snd_seq, in handshake_genl_put()
|
/linux/kernel/ |
H A D | taskstats.c | 460 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 D | net.c | 335 msg.portid = info->snd_portid; in tipc_nl_net_addr_legacy_get()
|
H A D | bearer.c | 939 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 D | vdpa.c | 543 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 D | nl-phy.c | 98 rc = ieee802154_nl_fill_phy(msg, info->snd_portid, info->snd_seq, in ieee802154_list_phy()
|
/linux/net/wireless/ |
H A D | nl80211.c | 3288 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 D | genetlink.c | 994 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 D | gtp.c | 496 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, >p_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, >p_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 D | seg6.c | 274 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in seg6_genl_get_tunsrc()
|
/linux/net/smc/ |
H A D | smc_pnet.c | 659 _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 D | team_core.c | 2280 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 D | ila_xlat.c | 484 info->snd_portid, in ila_xlat_nl_cmd_get_mapping()
|
/linux/net/core/ |
H A D | drop_monitor.c | 1398 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()
|