Home
last modified time | relevance | path

Searched refs:portid (Results 176 – 200 of 253) sorted by relevance

1234567891011

/linux/net/ipv4/
H A Dudp_diag.c80 err = nlmsg_unicast(net->diag_nlsk, rep, NETLINK_CB(in_skb).portid); in udp_dump_one()
H A Droute.c2871 struct flowi4 *fl4, struct sk_buff *skb, u32 portid, in rt_fill_info() argument
2880 nlh = nlmsg_put(skb, portid, seq, RTM_NEWROUTE, sizeof(*r), flags); in rt_fill_info()
2979 r, portid); in rt_fill_info()
3039 NETLINK_CB(cb->skb).portid, in fnhe_dump_bucket()
3358 err = fib_dump_info(skb, NETLINK_CB(in_skb).portid, in inet_rtm_getroute()
3362 skb, NETLINK_CB(in_skb).portid, in inet_rtm_getroute()
3370 err = rtnl_unicast(skb, net, NETLINK_CB(in_skb).portid); in inet_rtm_getroute()
H A Dfib_semantics.c535 err = fib_dump_info(skb, info->portid, seq, event, &fri, nlm_flags); in rtmsg_fib()
542 rtnl_notify(skb, info->nl_net, info->portid, RTNLGRP_IPV4_ROUTE, in rtmsg_fib()
1778 int fib_dump_info(struct sk_buff *skb, u32 portid, u32 seq, int event, in fib_dump_info() argument
1787 nlh = nlmsg_put(skb, portid, seq, event, sizeof(*rtm), flags); in fib_dump_info()
/linux/net/netlabel/
H A Dnetlabel_calipso.c222 data = genlmsg_put(cb_arg->skb, NETLINK_CB(cb_arg->nl_cb->skb).portid, in netlbl_calipso_listall_cb()
/linux/net/smc/
H A Dsmc_diag.c83 nlh = nlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in __smc_diag_dump()
H A Dsmc_core.c263 nlh = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in smc_nl_get_sys_info()
428 nlh = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in smc_nl_fill_lgr_link()
486 nlh = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in smc_nl_handle_lgr()
546 nlh = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in smc_nl_fill_smcd_lgr()
H A Dsmc_ism.c306 nlh = genlmsg_put(skb, NETLINK_CB(cb->skb).portid, cb->nlh->nlmsg_seq, in smc_nl_handle_smcd_dev()
/linux/net/devlink/
H A Dport.c488 enum devlink_command cmd, u32 portid, u32 seq, in devlink_nl_port_fill() argument
494 hdr = genlmsg_put(msg, portid, seq, &devlink_nl_family, flags, cmd); in devlink_nl_port_fill()
627 NETLINK_CB(cb->skb).portid, in devlink_nl_port_get_dump_one()
/linux/net/core/
H A Dfib_rules.c869 notify_rule_change(RTM_NEWRULE, rule, ops, nlh, NETLINK_CB(skb).portid); in fib_nl_newrule()
969 NETLINK_CB(skb).portid); in fib_nl_delrule()
1101 err = fib_nl_fill_rule(skb, rule, NETLINK_CB(cb->skb).portid, in dump_rules()
H A Dneighbour.c1957 NETLINK_CB(skb).portid, extack); in neigh_delete()
2109 NETLINK_CB(skb).portid, extack); in neigh_add()
2537 if (neightbl_fill_info(skb, tbl, NETLINK_CB(cb->skb).portid, in neightbl_dump_info()
2552 NETLINK_CB(cb->skb).portid, in neightbl_dump_info()
2739 err = neigh_fill_info(skb, n, NETLINK_CB(cb->skb).portid, in neigh_dump_table()
2778 err = pneigh_fill_info(skb, n, NETLINK_CB(cb->skb).portid, in pneigh_dump_table()
3065 return pneigh_get_reply(net, pn, NETLINK_CB(in_skb).portid, in neigh_get()
3080 err = neigh_get_reply(net, neigh, NETLINK_CB(in_skb).portid, in neigh_get()
/linux/net/tipc/
H A Dmonitor.c750 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family, in __tipc_nl_add_monitor_peer()
839 hdr = genlmsg_put(msg->skb, msg->portid, msg->seq, &tipc_genl_family, in __tipc_nl_add_monitor()
/linux/net/xfrm/
H A Dxfrm_state.c224 void km_state_expired(struct xfrm_state *x, int hard, u32 portid);
2469 void km_state_expired(struct xfrm_state *x, int hard, u32 portid) in km_state_expired() argument
2474 c.portid = portid; in km_state_expired()
2535 void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 portid) in km_policy_expired() argument
2540 c.portid = portid; in km_policy_expired()
/linux/arch/sparc/kernel/
H A Dpci_sabre.c501 pbm->portid = upa_portid; in sabre_probe()
/linux/net/wireless/
H A Dnl80211.c1055 void *nl80211hdr_put(struct sk_buff *skb, u32 portid, u32 seq, in nl80211hdr_put() argument
1059 return genlmsg_put(skb, portid, seq, &nl80211_fam, flags, cmd); in nl80211hdr_put()
2503 struct sk_buff *msg, u32 portid, u32 seq, in nl80211_send_wiphy() argument
2517 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_wiphy()
3208 NETLINK_CB(cb->skb).portid, in nl80211_dump_wiphy()
3968 static int nl80211_send_iface(struct sk_buff *msg, u32 portid, u32 seq, int flags, in nl80211_send_iface() argument
3982 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_iface()
4151 if (nl80211_send_iface(skb, NETLINK_CB(cb->skb).portid, in nl80211_dump_interface()
6681 static int nl80211_send_station(struct sk_buff *msg, u32 cmd, u32 portid, in nl80211_send_station() argument
6690 hdr = nl80211hdr_put(msg, portid, seq, flags, cmd); in nl80211_send_station()
[all …]
H A Dcore.h559 void cfg80211_release_pmsr(struct wireless_dev *wdev, u32 portid);
/linux/drivers/scsi/csiostor/
H A Dcsio_hw.h327 uint8_t portid; member
/linux/include/linux/
H A Dnetfilter.h485 u32 portid, u32 report);
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8192ce/
H A Dtrx.h409 u32 portid:1; member
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723ae/
H A Dtrx.h411 u32 portid:1; member
/linux/drivers/net/ethernet/mscc/
H A Docelot_net.c761 u32 portid = NETLINK_CB(dump->cb->skb).portid; in ocelot_port_fdb_do_dump() local
769 nlh = nlmsg_put(dump->skb, portid, seq, RTM_NEWNEIGH, in ocelot_port_fdb_do_dump()
/linux/kernel/
H A Dauditfilter.c1188 dest->portid = NETLINK_CB(request_skb).portid; in audit_list_rules_send()
/linux/net/bridge/
H A Dbr_private.h865 const unsigned char *addr, u16 vid, u32 portid, u32 seq,
1030 int br_mdb_get(struct net_device *dev, struct nlattr *tb[], u32 portid, u32 seq,
1449 u32 portid, u32 seq, in br_mdb_get() argument
/linux/include/net/
H A Dxfrm.h333 u32 portid; member
381 void km_state_expired(struct xfrm_state *x, int hard, u32 portid);
1821 void km_policy_expired(struct xfrm_policy *pol, int dir, int hard, u32 portid);
/linux/include/net/netfilter/
H A Dnf_tables.h219 u32 portid; member
1377 struct nft_object *obj, u32 portid, u32 seq,
/linux/drivers/net/wireless/realtek/rtlwifi/rtl8723be/
H A Dtrx.h522 u32 portid:1; member

1234567891011