Searched refs:portid (Results 151 - 175 of 234) sorted by relevance

12345678910

/linux-master/drivers/net/ethernet/netronome/nfp/nfdk/
H A Ddp.c776 meta->portid = get_unaligned_be32(data);
1126 if (xdp_prog && !meta.portid) {
1169 if (likely(!meta.portid)) {
1171 } else if (meta.portid == NFP_META_PORT_ID_CTRL) {
1183 netdev = nfp_app_dev_get(nn->app, meta.portid,
/linux-master/net/bridge/
H A Dbr_fdb.c98 u32 portid, u32 seq, int type, unsigned int flags)
107 nlh = nlmsg_put(skb, portid, seq, type, sizeof(*ndm), flags);
997 NETLINK_CB(cb->skb).portid,
1015 u16 vid, u32 portid, u32 seq,
1030 err = fdb_fill_info(skb, br, f, portid, seq,
96 fdb_fill_info(struct sk_buff *skb, const struct net_bridge *br, const struct net_bridge_fdb_entry *fdb, u32 portid, u32 seq, int type, unsigned int flags) argument
1011 br_fdb_get(struct sk_buff *skb, struct nlattr *tb[], struct net_device *dev, const unsigned char *addr, u16 vid, u32 portid, u32 seq, struct netlink_ext_ack *extack) argument
/linux-master/net/key/
H A Daf_key.c1489 hdr->sadb_msg_pid = c->portid;
1526 c.portid = hdr->sadb_msg_pid;
1563 c.portid = hdr->sadb_msg_pid;
1746 hdr->sadb_msg_pid = c->portid;
1778 c.portid = hdr->sadb_msg_pid;
2239 out_hdr->sadb_msg_pid = c->portid;
2348 c.portid = hdr->sadb_msg_pid;
2425 c.portid = hdr->sadb_msg_pid;
2674 c.portid = hdr->sadb_msg_pid;
2767 hdr->sadb_msg_pid = c->portid;
[all...]
/linux-master/net/ipv6/
H A Droute.c112 int iif, int type, u32 portid, u32 seq,
3916 info->portid, seq, 0) < 0) {
3965 rtnl_notify(skb, net, info->portid, RTNLGRP_IPV6_ROUTE,
4312 .fc_nlinfo.portid = 0,
4378 .fc_nlinfo.portid = 0,
5039 .fc_nlinfo.portid = NETLINK_CB(skb).portid,
5611 int iif, int type, u32 portid, u32 seq,
5622 nlh = nlmsg_put(skb, portid, seq, type, sizeof(*rtm), flags);
5676 int err = ip6mr_get_route(net, skb, rtm, portid);
5608 rt6_fill_node(struct net *net, struct sk_buff *skb, struct fib6_info *rt, struct dst_entry *dst, struct in6_addr *dest, struct in6_addr *src, int iif, int type, u32 portid, u32 seq, unsigned int flags) argument
[all...]
/linux-master/drivers/net/wireless/virtual/
H A Dmac80211_hwsim.c329 static inline void hwsim_net_set_wmediumd(struct net *net, u32 portid) argument
333 hwsim_net->wmediumd = portid;
678 u32 portid; member in struct:mac80211_hwsim_data
721 /* wmediumd portid responsible for netgroup of this radio */
1406 struct sk_buff *skb, int portid)
1415 res = genlmsg_unicast(net, skb, portid);
5191 data->portid = info->snd_portid;
5584 u32 portid, u32 seq,
5591 hdr = genlmsg_put(skb, portid, seq, &hwsim_genl_family, flags,
5662 static void hwsim_register_wmediumd(struct net *net, u32 portid) argument
1405 hwsim_unicast_netgroup(struct mac80211_hwsim_data *data, struct sk_buff *skb, int portid) argument
5582 mac80211_hwsim_get_radio(struct sk_buff *skb, struct mac80211_hwsim_data *data, u32 portid, u32 seq, struct netlink_callback *cb, int flags) argument
6355 remove_user_radios(u32 portid) argument
[all...]
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.c1415 csio_lnodes_block_by_port(hw, ln->portid);
1418 csio_disable_lnodes(hw, ln->portid, disable);
1422 csio_lnodes_unblock_by_port(hw, ln->portid);
1793 sqset = &hw->sqset[ln->portid][blk_mq_rq_cpu(scsi_cmd_to_rq(cmnd))];
1893 struct csio_scsi_qset *sqset = &hw->sqset[ln->portid][cpu];
2119 sqset = &hw->sqset[ln->portid][smp_processor_id()];
H A Dcsio_hw.h327 uint8_t portid; member in struct:csio_pport
/linux-master/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_main.c1707 static int fun_create_netdev(struct fun_ethdev *ed, unsigned int portid) argument
1725 netdev->dev_port = portid;
1742 rc = fun_bind(fdev, FUN_ADMIN_BIND_TYPE_PORT, portid,
1798 ed->netdevs[portid] = netdev;
1805 ed->netdevs[portid] = NULL;
1817 dev_err(fdev->dev, "couldn't allocate port %u, error %d", portid, rc);
/linux-master/net/tipc/
H A Dname_table.c561 * - If lookup is successful, set the 'sk->node' and 'sk->ref' (== portid) which
981 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq,
1114 msg.portid = NETLINK_CB(cb->skb).portid;
H A Dmonitor.c750 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
839 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
/linux-master/net/mctp/
H A Droute.c1363 u32 portid, u32 seq, int event, unsigned int flags)
1369 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*hdr), flags);
1436 NETLINK_CB(cb->skb).portid,
1362 mctp_fill_rtinfo(struct sk_buff *skb, struct mctp_route *rt, u32 portid, u32 seq, int event, unsigned int flags) argument
/linux-master/net/ipv4/
H A Dfou_core.c798 static int fou_dump_info(struct fou *fou, u32 portid, u32 seq, argument
803 hdr = genlmsg_put(skb, portid, seq, &fou_nl_family, flags, cmd);
876 ret = fou_dump_info(fout, NETLINK_CB(cb->skb).portid,
H A Dinet_diag.c261 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
433 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid,
473 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
590 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid);
H A Droute.c2878 struct sk_buff *skb, u32 portid, u32 seq,
2887 nlh = nlmsg_put(skb, portid, seq, RTM_NEWROUTE, sizeof(*r), flags);
2986 r, portid);
3046 NETLINK_CB(cb->skb).portid,
3365 err = fib_dump_info(skb, NETLINK_CB(in_skb).portid,
3369 NETLINK_CB(in_skb).portid,
3377 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid);
2876 rt_fill_info(struct net *net, __be32 dst, __be32 src, struct rtable *rt, u32 table_id, struct flowi4 *fl4, struct sk_buff *skb, u32 portid, u32 seq, unsigned int flags) argument
/linux-master/net/core/
H A Dfib_rules.c867 notify_rule_change(RTM_NEWRULE, rule, ops, nlh, NETLINK_CB(skb).portid);
967 NETLINK_CB(skb).portid);
1099 err = fib_nl_fill_rule(skb, rule, NETLINK_CB(cb->skb).portid,
H A Dneighbour.c1957 NETLINK_CB(skb).portid, extack);
2109 NETLINK_CB(skb).portid, extack);
2537 if (neightbl_fill_info(skb, tbl, NETLINK_CB(cb->skb).portid,
2552 NETLINK_CB(cb->skb).portid,
2739 err = neigh_fill_info(skb, n, NETLINK_CB(cb->skb).portid,
2778 err = pneigh_fill_info(skb, n, NETLINK_CB(cb->skb).portid,
3065 return pneigh_get_reply(net, pn, NETLINK_CB(in_skb).portid,
3080 err = neigh_get_reply(net, neigh, NETLINK_CB(in_skb).portid,
/linux-master/drivers/scsi/
H A Dscsi_transport_iscsi.c2563 iscsi_unicast_skb(struct sk_buff *skb, u32 portid) argument
2565 return nlmsg_unicast(nls, skb, portid);
2796 iscsi_if_send_reply(u32 portid, int type, void *payload, int size) argument
2810 return iscsi_unicast_skb(skb, portid);
3909 u32 portid; local
3933 portid = NETLINK_CB(skb).portid;
3945 portid,
3958 portid,
4078 u32 portid local
[all...]
/linux-master/net/devlink/
H A Dport.c488 enum devlink_command cmd, u32 portid, u32 seq,
494 hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
627 NETLINK_CB(cb->skb).portid,
486 devlink_nl_port_fill(struct sk_buff *msg, struct devlink_port *devlink_port, enum devlink_command cmd, u32 portid, u32 seq, int flags, struct netlink_ext_ack *extack) argument
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h409 u32 portid:1; member in struct:tx_desc_92c
/linux-master/net/netlabel/
H A Dnetlabel_calipso.c222 data = genlmsg_put(cb_arg->skb, NETLINK_CB(cb_arg->nl_cb->skb).portid,
/linux-master/include/linux/
H A Dnetfilter.h489 u32 portid, u32 report);
/linux-master/net/smc/
H A Dsmc_diag.c83 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
/linux-master/net/xfrm/
H A Dxfrm_state.c222 void km_state_expired(struct xfrm_state *x, int hard, u32 portid);
2410 void km_state_expired(struct xfrm_state *x, int hard, u32 portid) argument
2415 c.portid = portid;
2476 void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 portid) argument
2481 c.portid = portid;
/linux-master/drivers/net/ethernet/mscc/
H A Docelot_net.c761 u32 portid = NETLINK_CB(dump->cb->skb).portid; local
769 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH,
/linux-master/drivers/dma/lgm/
H A Dlgm-dma.c225 u32 portid; member in struct:ldma_port
850 writel(p->portid, d->base + DMA_PS);
1660 p->portid = i;

Completed in 529 milliseconds

12345678910