Searched refs:portid (Results 126 - 150 of 235) sorted by relevance

12345678910

/linux-master/kernel/
H A Daudit.h241 __u32 portid; member in struct:audit_netlink_list
/linux-master/net/ipv4/
H A Draw_diag.c121 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
H A Dfib_frontend.c761 cfg->fc_nlinfo.portid = NETLINK_CB(skb).portid;
1384 u32 portid; local
1401 portid = NETLINK_CB(skb).portid; /* netlink portid */
1402 NETLINK_CB(skb).portid = 0; /* from kernel */
1404 nlmsg_unicast(net->ipv4.fibnl, skb, portid);
H A Dudp_diag.c80 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
H A Dipmr.c739 rtnl_unicast(skb, net, NETLINK_CB(skb).portid);
1005 rtnl_unicast(skb, net, NETLINK_CB(skb).portid);
2258 struct rtmsg *rtm, u32 portid)
2296 NETLINK_CB(skb2).portid = portid;
2315 u32 portid, u32 seq, struct mfc_cache *c, int cmd,
2322 nlh = nlmsg_put(skb, portid, seq, cmd, sizeof(*rtm), flags);
2359 u32 portid, u32 seq, struct mr_mfc *c, int cmd,
2362 return ipmr_fill_mroute(mrt, skb, portid, seq, (struct mfc_cache *)c,
2574 err = ipmr_fill_mroute(mrt, skb, NETLINK_CB(in_skb).portid,
2256 ipmr_get_route(struct net *net, struct sk_buff *skb, __be32 saddr, __be32 daddr, struct rtmsg *rtm, u32 portid) argument
2314 ipmr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, u32 portid, u32 seq, struct mfc_cache *c, int cmd, int flags) argument
2358 _ipmr_fill_mroute(struct mr_table *mrt, struct sk_buff *skb, u32 portid, u32 seq, struct mr_mfc *c, int cmd, int flags) argument
[all...]
/linux-master/net/mptcp/
H A Dmptcp_diag.c59 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
/linux-master/net/batman-adv/
H A Dtranslation-table.c1059 * @portid: Port making netlink request
1067 batadv_tt_local_dump_entry(struct sk_buff *msg, u32 portid, argument
1089 hdr = genlmsg_put(msg, portid, cb->nlh->nlmsg_seq,
1118 * @portid: Port making netlink request
1128 batadv_tt_local_dump_bucket(struct sk_buff *msg, u32 portid, argument
1144 if (batadv_tt_local_dump_entry(msg, portid, cb, bat_priv,
1175 int portid = NETLINK_CB(cb->skb).portid; local
1198 if (batadv_tt_local_dump_bucket(msg, portid, cb, bat_priv,
1790 * @portid
1799 batadv_tt_global_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq, struct batadv_tt_common_entry *common, struct batadv_tt_orig_list_entry *orig, bool best) argument
1862 batadv_tt_global_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, struct batadv_priv *bat_priv, struct batadv_tt_common_entry *common, int *sub_s) argument
1906 batadv_tt_global_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq, struct batadv_priv *bat_priv, struct hlist_head *head, int *idx_s, int *sub) argument
1952 int portid = NETLINK_CB(cb->skb).portid; local
[all...]
/linux-master/net/dcb/
H A Ddcbnl.c1507 u32 seq, u32 portid, int dcbx_ver)
1518 skb = dcbnl_newmsg(event, cmd, portid, seq, 0, &nlh);
1541 u32 seq, u32 portid)
1543 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_IEEE);
1548 u32 seq, u32 portid)
1550 return dcbnl_notify(dev, event, cmd, seq, portid, DCB_CAP_DCBX_VER_CEE);
1918 u32 portid = NETLINK_CB(skb).portid; local
1952 reply_skb = dcbnl_newmsg(fn->type, dcb->cmd, portid, nlh->nlmsg_seq,
1965 ret = rtnl_unicast(reply_skb, net, portid);
1506 dcbnl_notify(struct net_device *dev, int event, int cmd, u32 seq, u32 portid, int dcbx_ver) argument
1540 dcbnl_ieee_notify(struct net_device *dev, int event, int cmd, u32 seq, u32 portid) argument
1547 dcbnl_cee_notify(struct net_device *dev, int event, int cmd, u32 seq, u32 portid) argument
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_wr.c408 * @portid: PCIE Channel to be associated with this queue.
417 uint32_t vec, uint8_t portid, bool async,
425 csio_q_portid(hw, iq_idx) = portid;
465 iqp.iqpciech = portid;
558 int iq_idx, uint8_t portid,
580 eqp.pciechn = portid;
416 csio_wr_iq_create(struct csio_hw *hw, void *priv, int iq_idx, uint32_t vec, uint8_t portid, bool async, void (*cbfn) (struct csio_hw *, struct csio_mb *)) argument
557 csio_wr_eq_create(struct csio_hw *hw, void *priv, int eq_idx, int iq_idx, uint8_t portid, void (*cbfn) (struct csio_hw *, struct csio_mb *)) argument
H A Dcsio_hw.c1364 hw->pport[i].portid = -1;
1428 hw->pport[i].portid = j++;
1429 csio_dbg(hw, "Found Port:%d\n", hw->pport[i].portid);
1781 uint8_t portid; local
1792 portid = hw->pport[i].portid;
1807 portid);
1818 csio_mb_port(hw, mbp, CSIO_MB_DEFAULT_TMO, portid,
1823 portid);
1832 portid, retva
[all...]
H A Dcsio_rnode.c161 * csio_rnode_lookup_portid - Finds the rnode with the given portid
163 * @portid: port id
165 * Lookup the rnode list for a given portid. If no matching entry
169 csio_rnode_lookup_portid(struct csio_lnode *ln, uint32_t portid) argument
177 if (rn->nport_id == portid)
459 csio_ln_err(ln, "ssni:x%x invalid fabric portid\n",
472 csio_ln_err(ln, "ssni:x%x invalid fabric portid\n",
H A Dcsio_mb.c334 * @portid: Port ID to get/set info
343 u8 portid, bool wr, uint32_t fc, uint16_t fw_caps,
353 FW_PORT_CMD_PORTID_V(portid));
1010 uint32_t mb_tmo, uint32_t portid, uint32_t fcfi,
1043 FW_FCOE_STATS_CMD_PORT(portparams->portid);
342 csio_mb_port(struct csio_hw *hw, struct csio_mb *mbp, uint32_t tmo, u8 portid, bool wr, uint32_t fc, uint16_t fw_caps, void (*cbfn) (struct csio_hw *, struct csio_mb *)) argument
1009 csio_fcoe_read_fcf_init_mb(struct csio_lnode *ln, struct csio_mb *mbp, uint32_t mb_tmo, uint32_t portid, uint32_t fcfi, void (*cbfn) (struct csio_hw *, struct csio_mb *)) argument
/linux-master/drivers/net/ethernet/netronome/nfp/nfd3/
H A Ddp.c776 meta->portid = get_unaligned_be32(data);
1007 if (xdp_prog && !meta.portid) {
1050 if (likely(!meta.portid)) {
1052 } else if (meta.portid == NFP_META_PORT_ID_CTRL) {
1064 netdev = nfp_app_dev_get(nn->app, meta.portid,
/linux-master/net/bridge/
H A Dbr_mdb.c388 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid,
1605 struct net_bridge_mdb_entry *mp, u32 portid,
1614 nlh = nlmsg_put(skb, portid, seq, RTM_NEWMDB, sizeof(*bpm), 0);
1657 int br_mdb_get(struct net_device *dev, struct nlattr *tb[], u32 portid, u32 seq, argument
1689 err = br_mdb_get_reply_fill(skb, mp, portid, seq);
1697 return rtnl_unicast(skb, dev_net(dev), portid);
1604 br_mdb_get_reply_fill(struct sk_buff *skb, struct net_bridge_mdb_entry *mp, u32 portid, u32 seq) argument
/linux-master/drivers/net/vxlan/
H A Dvxlan_mdb.c289 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid,
1524 u32 portid, u32 seq)
1532 nlh = nlmsg_put(skb, portid, seq, RTM_NEWMDB, sizeof(*bpm), 0);
1568 int vxlan_mdb_get(struct net_device *dev, struct nlattr *tb[], u32 portid, argument
1593 err = vxlan_mdb_get_reply_fill(vxlan, skb, mdb_entry, portid, seq);
1599 return rtnl_unicast(skb, dev_net(dev), portid);
1521 vxlan_mdb_get_reply_fill(const struct vxlan_dev *vxlan, struct sk_buff *skb, const struct vxlan_mdb_entry *mdb_entry, u32 portid, u32 seq) argument
H A Dvxlan_private.h240 int vxlan_mdb_get(struct net_device *dev, struct nlattr *tb[], u32 portid,
/linux-master/drivers/iommu/
H A Dmtk_iommu.c583 unsigned int larbid, portid; local
591 portid = MTK_M4U_TO_PORT(fwspec->ids[i]);
592 portid_msk |= BIT(portid);
601 for_each_set_bit(portid, &portid_msk, 32)
602 larb_mmu->bank[portid] = upper_32_bits(region->iova_base);
625 portid_msk |= BIT(portid + 1);
/linux-master/net/netlabel/
H A Dnetlabel_mgmt.c485 data = genlmsg_put(cb_arg->skb, NETLINK_CB(cb_arg->nl_cb->skb).portid,
657 data = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
/linux-master/net/wireless/
H A Dpmsr.c648 void cfg80211_release_pmsr(struct wireless_dev *wdev, u32 portid) argument
654 if (req->nl_portid == portid) {
/linux-master/lib/
H A Dkobject_uevent.c303 parms->portid = 0;
713 /* set portid 0 to inform userspace message comes from kernel */
714 NETLINK_CB(skbc).portid = 0;
/linux-master/net/ipv6/
H A Daddrconf.c528 struct ipv6_devconf *devconf, u32 portid,
536 nlh = nlmsg_put(skb, portid, seq, event, sizeof(struct netconfmsg),
698 NETLINK_CB(in_skb).portid,
707 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
765 NETLINK_CB(cb->skb).portid,
776 NETLINK_CB(cb->skb).portid,
787 NETLINK_CB(cb->skb).portid,
5118 u32 portid; member in struct:inet6_fill_args
5136 nlh = nlmsg_put(skb, args->portid, args->seq, args->event,
5216 nlh = nlmsg_put(skb, args->portid, arg
527 inet6_netconf_fill_devconf(struct sk_buff *skb, int ifindex, struct ipv6_devconf *devconf, u32 portid, u32 seq, int event, unsigned int flags, int type) argument
6043 inet6_fill_ifinfo(struct sk_buff *skb, struct inet6_dev *idev, u32 portid, u32 seq, int event, unsigned int flags) argument
6185 inet6_fill_prefix(struct sk_buff *skb, struct inet6_dev *idev, struct prefix_info *pinfo, u32 portid, u32 seq, int event, unsigned int flags) argument
[all...]
/linux-master/include/net/netfilter/
H A Dnf_conntrack.h240 u32 portid; member in struct:nf_ct_iter_data
/linux-master/net/tipc/
H A Dudp_media.c459 u32 portid = NETLINK_CB(cb->skb).portid; local
517 hdr = genlmsg_put(skb, portid, cb->nlh->nlmsg_seq,
H A Dnode.c1599 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
2327 msg.portid = NETLINK_CB(cb->skb).portid;
2504 msg.portid = info->snd_portid;
2694 msg.portid = NETLINK_CB(cb->skb).portid;
2785 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
2821 msg.portid = info->snd_portid;
2845 msg.portid = NETLINK_CB(cb->skb).portid;
[all...]
/linux-master/drivers/net/ieee802154/
H A Dmac802154_hwsim.c430 u32 portid, u32 seq,
436 hdr = genlmsg_put(skb, portid, seq, &hwsim_genl_family, flags,
510 res = hwsim_get_radio(skb, phy, NETLINK_CB(cb->skb).portid,
429 hwsim_get_radio(struct sk_buff *skb, struct hwsim_phy *phy, u32 portid, u32 seq, struct netlink_callback *cb, int flags) argument

Completed in 280 milliseconds

12345678910