Searched refs:portid (Results 76 - 100 of 234) sorted by relevance

12345678910

/linux-master/net/xfrm/
H A Dxfrm_user.c917 c.portid = nlh->nlmsg_pid;
987 c.portid = nlh->nlmsg_pid;
1305 nlh = nlmsg_put(skb, NETLINK_CB(in_skb).portid, sp->nlmsg_seq,
1460 u32 portid, u32 seq, u32 flags)
1471 nlh = nlmsg_put(skb, portid, seq, XFRM_MSG_NEWSPDINFO, sizeof(u32), 0);
1573 u32 sportid = NETLINK_CB(skb).portid;
1595 u32 portid, u32 seq, u32 flags)
1603 nlh = nlmsg_put(skb, portid, seq, XFRM_MSG_NEWSADINFO, sizeof(u32), 0);
1633 u32 sportid = NETLINK_CB(skb).portid;
1664 err = nlmsg_unicast(net->xfrm.nlsk, resp_skb, NETLINK_CB(skb).portid);
1459 build_spdinfo(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, u32 flags) argument
1594 build_sadinfo(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, u32 flags) argument
2369 u32 portid = NETLINK_CB(skb).portid; local
[all...]
/linux-master/arch/sparc/kernel/
H A Dpci_schizo.c1315 struct platform_device *op, u32 portid,
1361 pbm->portid = portid;
1407 static struct pci_pbm_info *schizo_find_sibling(u32 portid, int chip_type) argument
1412 if (portid_compare(pbm->portid, portid, chip_type))
1423 u32 portid; local
1426 portid = of_getintprop_default(dp, "portid", 0xff);
1435 pbm->sibling = schizo_find_sibling(portid, chip_typ
1314 schizo_pbm_init(struct pci_pbm_info *pbm, struct platform_device *op, u32 portid, int chip_type) argument
[all...]
H A Dpci_impl.h75 u32 portid; member in struct:pci_pbm_info
/linux-master/drivers/net/team/
H A Dteam_core.c2319 struct team *team, u32 portid);
2321 static int team_nl_send_unicast(struct sk_buff *skb, struct team *team, u32 portid) argument
2323 return genlmsg_unicast(dev_net(team->dev), skb, portid);
2408 struct team *team, u32 portid,
2414 err = send_func(*pskb, team, portid);
2424 static int team_nl_send_options_get(struct team *team, u32 portid, u32 seq, argument
2441 err = __send_and_alloc_skb(&skb, team, portid, send_func);
2445 hdr = genlmsg_put(skb, portid, seq, &team_nl_family, flags | NLM_F_MULTI,
2480 nlh = nlmsg_put(skb, portid, seq, NLMSG_DONE, 0, flags | NLM_F_MULTI);
2482 err = __send_and_alloc_skb(&skb, team, portid, send_fun
2407 __send_and_alloc_skb(struct sk_buff **pskb, struct team *team, u32 portid, team_nl_send_func_t *send_func) argument
2703 team_nl_send_port_list_get(struct team *team, u32 portid, u32 seq, int flags, team_nl_send_func_t *send_func, struct team_port *one_port) argument
2822 team_nl_send_multicast(struct sk_buff *skb, struct team *team, u32 portid) argument
[all...]
/linux-master/net/devlink/
H A Dregion.c122 enum devlink_command cmd, u32 portid,
129 hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd);
174 enum devlink_command cmd, u32 portid, u32 seq)
185 hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, 0, cmd);
532 NETLINK_CB(cb->skb).portid,
563 NETLINK_CB(cb->skb).portid,
980 hdr = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq,
121 devlink_nl_region_fill(struct sk_buff *msg, struct devlink *devlink, enum devlink_command cmd, u32 portid, u32 seq, int flags, struct devlink_region *region) argument
172 devlink_nl_region_notify_build(struct devlink_region *region, struct devlink_snapshot *snapshot, enum devlink_command cmd, u32 portid, u32 seq) argument
/linux-master/net/batman-adv/
H A Dmulticast.c1972 * @portid: netlink port
1979 batadv_mcast_flags_dump_entry(struct sk_buff *msg, u32 portid, argument
1985 hdr = genlmsg_put(msg, portid, cb->nlh->nlmsg_seq,
2016 * @portid: netlink port
2025 batadv_mcast_flags_dump_bucket(struct sk_buff *msg, u32 portid, argument
2044 if (batadv_mcast_flags_dump_entry(msg, portid, cb, orig_node)) {
2062 * @portid: netlink port
2071 __batadv_mcast_flags_dump(struct sk_buff *msg, u32 portid, argument
2080 if (batadv_mcast_flags_dump_bucket(msg, portid, cb, hash,
2152 int portid local
[all...]
H A Dnetlink.c220 * @portid: Port making netlink request
229 u32 portid, u32 seq, int flags)
236 hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, flags, cmd);
785 * @portid: Port making netlink request
796 u32 portid, u32 seq, int flags,
802 hdr = genlmsg_put(msg, portid, seq, &batadv_netlink_family, flags, cmd);
972 int portid = NETLINK_CB(cb->skb).portid; local
1004 portid, cb->nlh->nlmsg_seq,
1026 * @portid
226 batadv_netlink_mesh_fill(struct sk_buff *msg, struct batadv_priv *bat_priv, enum batadv_nl_commands cmd, u32 portid, u32 seq, int flags) argument
792 batadv_netlink_hardif_fill(struct sk_buff *msg, struct batadv_priv *bat_priv, struct batadv_hard_iface *hard_iface, enum batadv_nl_commands cmd, u32 portid, u32 seq, int flags, struct netlink_callback *cb) argument
1032 batadv_netlink_vlan_fill(struct sk_buff *msg, struct batadv_priv *bat_priv, struct batadv_softif_vlan *vlan, enum batadv_nl_commands cmd, u32 portid, u32 seq, int flags) argument
[all...]
H A Ddistributed-arp-table.c848 * @portid: netlink port
855 batadv_dat_cache_dump_entry(struct sk_buff *msg, u32 portid, argument
862 hdr = genlmsg_put(msg, portid, cb->nlh->nlmsg_seq,
890 * @portid: netlink port
899 batadv_dat_cache_dump_bucket(struct sk_buff *msg, u32 portid, argument
914 if (batadv_dat_cache_dump_entry(msg, portid, cb, dat_entry)) {
939 int portid = NETLINK_CB(cb->skb).portid; local
970 if (batadv_dat_cache_dump_bucket(msg, portid, cb, hash, bucket,
/linux-master/net/netfilter/
H A Dnfnetlink_hook.c162 unsigned int portid = NETLINK_CB(nlskb).portid; local
170 nlh = nfnl_msg_put(nlskb, portid, seq, event,
H A Dnf_tables_api.c145 ctx->portid = NETLINK_CB(skb).portid;
963 u32 portid, u32 seq, int event, u32 flags,
969 nlh = nfnl_msg_put(skb, portid, seq, event, flags, family,
1036 err = nf_tables_fill_table_info(skb, ctx->net, ctx->portid, ctx->seq,
1047 nfnetlink_set_err(ctx->net, ctx->portid, NFNLGRP_NFTABLES, -ENOBUFS);
1076 NETLINK_CB(cb->skb).portid,
1140 err = nf_tables_fill_table_info(skb2, net, NETLINK_CB(skb).portid,
1146 return nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid);
1284 ctx->table->nlpid = ctx->portid;
962 nf_tables_fill_table_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table) argument
1820 nf_tables_fill_chain_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table, const struct nft_chain *chain, const struct list_head *hook_list) argument
3402 nf_tables_fill_rule_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table, const struct nft_chain *chain, const struct nft_rule *rule, u64 handle, bool reset) argument
3686 nf_tables_getrule_single(u32 portid, const struct nfnl_info *info, const struct nlattr * const nla[], bool reset) argument
3735 u32 portid = NETLINK_CB(skb).portid; local
3763 u32 portid = NETLINK_CB(skb).portid; local
4576 u32 portid = ctx->portid; local
4682 u32 portid = ctx->portid; local
5876 u32 portid, seq; local
5990 nf_tables_fill_setelem_info(struct sk_buff *skb, const struct nft_ctx *ctx, u32 seq, u32 portid, int event, u16 flags, const struct nft_set *set, const struct nft_elem_priv *elem_priv, bool reset) argument
6320 u32 portid = ctx->portid; local
7852 nf_tables_fill_obj_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, const struct nft_table *table, struct nft_object *obj, bool reset) argument
8142 __nft_obj_notify(struct net *net, const struct nft_table *table, struct nft_object *obj, u32 portid, u32 seq, int event, u16 flags, int family, int report, gfp_t gfp) argument
8172 nft_obj_notify(struct net *net, const struct nft_table *table, struct nft_object *obj, u32 portid, u32 seq, int event, u16 flags, int family, int report, gfp_t gfp) argument
8811 nf_tables_fill_flowtable_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq, int event, u32 flags, int family, struct nft_flowtable *flowtable, struct list_head *hook_list) argument
9073 nf_tables_fill_gen_info(struct sk_buff *skb, struct net *net, u32 portid, u32 seq) argument
10020 nft_commit_notify(struct net *net, u32 portid) argument
[all...]
H A Dnf_conntrack_expect.c48 u32 portid, int report)
65 nf_ct_expect_event_report(IPEXP_DESTROY, exp, portid, report);
490 u32 portid, int report, unsigned int flags)
502 nf_ct_expect_event_report(IPEXP_NEW, expect, portid, report);
537 u32 portid, int report)
554 nf_ct_unlink_expect_report(exp, portid, report);
47 nf_ct_unlink_expect_report(struct nf_conntrack_expect *exp, u32 portid, int report) argument
489 nf_ct_expect_related_report(struct nf_conntrack_expect *expect, u32 portid, int report, unsigned int flags) argument
534 nf_ct_expect_iterate_net(struct net *net, bool (*iter)(struct nf_conntrack_expect *e, void *data), void *data, u32 portid, int report) argument
/linux-master/net/ipv6/
H A Dseg6.c314 u32 portid, u32 seq, u32 flags,
319 hdr = genlmsg_put(skb, portid, seq, &seg6_genl_family, flags, cmd);
388 NETLINK_CB(cb->skb).portid,
313 __seg6_genl_dumphmac_element(struct seg6_hmac_info *hinfo, u32 portid, u32 seq, u32 flags, struct sk_buff *skb, u8 cmd) argument
H A Dioam6.c202 u32 portid,
213 hdr = genlmsg_put(skb, portid, seq, &ioam6_genl_family, flags, cmd);
296 NETLINK_CB(cb->skb).portid,
400 u32 portid, u32 seq, u32 flags,
406 hdr = genlmsg_put(skb, portid, seq, &ioam6_genl_family, flags, cmd);
482 NETLINK_CB(cb->skb).portid,
201 __ioam6_genl_dumpns_element(struct ioam6_namespace *ns, u32 portid, u32 seq, u32 flags, struct sk_buff *skb, u8 cmd) argument
399 __ioam6_genl_dumpsc_element(struct ioam6_schema *sc, u32 portid, u32 seq, u32 flags, struct sk_buff *skb, u8 cmd) argument
/linux-master/net/tipc/
H A Dtrace.h197 __field(u32, portid)
204 __entry->portid = tipc_sock_get_portid(sk);
212 TP_printk("<%u> %s\n%s%s", __entry->portid, __get_str(header),
H A Dbearer.c826 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
888 msg.portid = NETLINK_CB(cb->skb).portid;
935 msg.portid = info->snd_portid;
1188 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family,
1239 msg.portid = NETLINK_CB(cb->skb).portid;
1282 msg.portid = info->snd_portid;
/linux-master/drivers/scsi/csiostor/
H A Dcsio_attr.c276 switch (hw->pport[ln->portid].link_speed) {
338 csio_get_phy_port_stats(hw, ln->portid, &fcoe_port_stats);
437 ln->portid = pln->portid;
697 csio_ln_dbg(ln, "devloss timeout on rnode:%p portid:x%x flowid:x%x\n",
H A Dcsio_wr.h418 uint32_t portid; /* PCIE Channel */ member in struct:csio_q
461 #define csio_q_portid(__hw, __idx) ((__hw)->wrm.q_arr[(__idx)]->portid)
/linux-master/net/ipv4/
H A Dipmr_base.c301 u32 portid, u32 seq, struct mr_mfc *c,
320 err = fill(mrt, skb, NETLINK_CB(cb->skb).portid,
336 err = fill(mrt, skb, NETLINK_CB(cb->skb).portid,
358 u32 portid, u32 seq, struct mr_mfc *c,
298 mr_table_dump(struct mr_table *mrt, struct sk_buff *skb, struct netlink_callback *cb, int (*fill)(struct mr_table *mrt, struct sk_buff *skb, u32 portid, u32 seq, struct mr_mfc *c, int cmd, int flags), spinlock_t *lock, struct fib_dump_filter *filter) argument
353 mr_rtm_dumproute(struct sk_buff *skb, struct netlink_callback *cb, struct mr_table *(*iter)(struct net *net, struct mr_table *mrt), int (*fill)(struct mr_table *mrt, struct sk_buff *skb, u32 portid, u32 seq, struct mr_mfc *c, int cmd, int flags), spinlock_t *lock, struct fib_dump_filter *filter) argument
/linux-master/net/wireless/
H A Dnl80211.h14 void *nl80211hdr_put(struct sk_buff *skb, u32 portid, u32 seq,
/linux-master/net/netfilter/ipset/
H A Dip_set_core.c966 start_msg(struct sk_buff *skb, u32 portid, u32 seq, unsigned int flags, argument
969 return nfnl_msg_put(skb, portid, seq,
1550 unsigned int flags = NETLINK_CB(cb->skb).portid ? NLM_F_MULTI : 0;
1603 nlh = start_msg(skb, NETLINK_CB(cb->skb).portid,
1754 rep = nlmsg_put(skb2, NETLINK_CB(skb).portid,
1775 nfnetlink_unicast(skb2, net, NETLINK_CB(skb).portid);
1908 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, info->nlh->nlmsg_seq, 0,
1920 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid);
1962 nlh2 = start_msg(skb2, NETLINK_CB(skb).portid, info->nlh->nlmsg_seq, 0,
1975 return nfnetlink_unicast(skb2, info->net, NETLINK_CB(skb).portid);
[all...]
/linux-master/drivers/net/wireless/realtek/rtlwifi/rtl8192de/
H A Dtrx.h79 u32 portid:1; member in struct:tx_desc_92d
/linux-master/net/sched/
H A Dcls_api.c2053 u32 portid, u32 seq, u16 flags, int event,
2061 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*tcm), flags);
2118 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; local
2128 if (tcf_fill_node(net, skb, tp, block, q, parent, fh, portid,
2136 err = rtnl_unicast(skb, net, portid);
2138 err = rtnetlink_send(skb, net, portid, RTNLGRP_TC,
2150 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; local
2160 if (tcf_fill_node(net, skb, tp, block, q, parent, fh, portid,
2050 tcf_fill_node(struct net *net, struct sk_buff *skb, struct tcf_proto *tp, struct tcf_block *block, struct Qdisc *q, u32 parent, void *fh, u32 portid, u32 seq, u16 flags, int event, bool terse_dump, bool rtnl_held, struct netlink_ext_ack *extack) argument
2912 tc_chain_fill_node(const struct tcf_proto_ops *tmplt_ops, void *tmplt_priv, u32 chain_index, struct net *net, struct sk_buff *skb, struct tcf_block *block, u32 portid, u32 seq, u16 flags, int event, struct netlink_ext_ack *extack) argument
2972 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; local
3006 u32 portid = oskb ? NETLINK_CB(oskb).portid : 0; local
[all...]
/linux-master/net/ieee802154/
H A Dnl-phy.c28 static int ieee802154_nl_fill_phy(struct sk_buff *msg, u32 portid, argument
130 NETLINK_CB(data->cb->skb).portid,
/linux-master/net/openvswitch/
H A Ddatapath.c269 upcall.portid =
272 upcall.portid = ovs_vport_find_upcall_portid(p, skb);
320 if (upcall_info->portid == 0) {
579 err = genlmsg_unicast(ovs_dp_get_net(dp), user_skb, upcall_info->portid);
872 struct sk_buff *skb, u32 portid,
879 ovs_header = genlmsg_put(skb, portid, seq, &dp_flow_genl_family,
1487 NETLINK_CB(cb->skb).portid,
1565 u32 portid, u32 seq, u32 flags, u8 cmd)
1573 ovs_header = genlmsg_put(skb, portid, seq, &dp_datapath_genl_family,
2036 ovs_dp_cmd_fill_info(dp, skb, NETLINK_CB(cb->skb).portid,
871 ovs_flow_cmd_fill_info(const struct sw_flow *flow, int dp_ifindex, struct sk_buff *skb, u32 portid, u32 seq, u32 flags, u8 cmd, u32 ufid_flags) argument
1564 ovs_dp_cmd_fill_info(struct datapath *dp, struct sk_buff *skb, u32 portid, u32 seq, u32 flags, u8 cmd) argument
2099 ovs_vport_cmd_fill_info(struct vport *vport, struct sk_buff *skb, struct net *net, u32 portid, u32 seq, u32 flags, u8 cmd, gfp_t gfp) argument
2160 ovs_vport_cmd_build_info(struct vport *vport, struct net *net, u32 portid, u32 seq, u8 cmd) argument
[all...]
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_edif.c105 "%s: nport_handle 0x%x, SA REPL Delay Timeout, %8phC portid=%06x\n",
223 "Init SA_CTL List for fcport - nn %8phN pn %8phN portid=%06x.\n",
587 "FCSP - nn %8phN pn %8phN portid=%06x.\n",
760 port_id_t portid = {0}; local
767 portid.b.domain = appplogiok.u.d_id.b.domain;
768 portid.b.area = appplogiok.u.d_id.b.area;
769 portid.b.al_pa = appplogiok.u.d_id.b.al_pa;
782 fcport = qla2x00_find_fcport_by_pid(vha, &portid);
786 portid.b24);
873 port_id_t portid local
1556 port_id_t portid; local
1911 qla_enode_clear(scsi_qla_host_t *vha, port_id_t portid) argument
2105 qla_edb_clear(scsi_qla_host_t *vha, port_id_t portid) argument
[all...]

Completed in 311 milliseconds

12345678910