Home
last modified time | relevance | path

Searched refs:snd_seq (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/net/openvswitch/
Ddatapath.c858 info->snd_portid, info->snd_seq, 0, in ovs_flow_cmd_build_info()
955 info->snd_seq, 0, in ovs_flow_cmd_new()
997 info->snd_seq, 0, in ovs_flow_cmd_new()
1118 info->snd_seq, 0, in ovs_flow_cmd_set()
1269 info->snd_seq, 0, in ovs_flow_cmd_del()
1555 info->snd_seq, 0, OVS_DP_CMD_NEW); in ovs_dp_cmd_new()
1623 info->snd_seq, 0, OVS_DP_CMD_DEL); in ovs_dp_cmd_del()
1658 info->snd_seq, 0, OVS_DP_CMD_NEW); in ovs_dp_cmd_set()
1689 info->snd_seq, 0, OVS_DP_CMD_NEW); in ovs_dp_cmd_get()
1931 info->snd_seq, 0, OVS_VPORT_CMD_NEW); in ovs_vport_cmd_new()
[all …]
/linux-4.1.27/include/net/
Dgenetlink.h89 u32 snd_seq; member
259 return genlmsg_put(skb, info->snd_portid, info->snd_seq, family, in genlmsg_put_reply()
/linux-4.1.27/net/irda/
Dirnetlink.c103 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in irda_nl_get_mode()
/linux-4.1.27/net/l2tp/
Dl2tp_netlink.c94 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in l2tp_nl_cmd_noop()
124 ret = l2tp_nl_tunnel_send(msg, info->snd_portid, info->snd_seq, in l2tp_tunnel_notify()
152 ret = l2tp_nl_session_send(msg, info->snd_portid, info->snd_seq, in l2tp_session_notify()
440 ret = l2tp_nl_tunnel_send(msg, info->snd_portid, info->snd_seq, in l2tp_nl_cmd_tunnel_get()
794 ret = l2tp_nl_session_send(msg, info->snd_portid, info->snd_seq, in l2tp_nl_cmd_session_get()
/linux-4.1.27/net/hsr/
Dhsr_netlink.c279 info->snd_seq, &hsr_genl_family, 0, in hsr_get_node_status()
405 info->snd_seq, &hsr_genl_family, 0, in hsr_get_node_list()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch_cm.h181 u32 snd_seq; member
Diwch_cm.c525 req->sndseq = htonl(ep->snd_seq); in send_mpa_req()
576 req->sndseq = htonl(ep->snd_seq); in send_mpa_reject()
627 req->sndseq = htonl(ep->snd_seq); in send_mpa_reply()
647 ep->snd_seq = ntohl(req->snd_isn); in act_establish()
1427 ep->snd_seq = ntohl(req->snd_isn); in pass_establish()
/linux-4.1.27/net/ieee802154/
Dnl-phy.c106 rc = ieee802154_nl_fill_phy(msg, info->snd_portid, info->snd_seq, in ieee802154_list_phy()
Dnl802154.c432 info->snd_portid, info->snd_seq, 0) < 0) { in nl802154_get_wpan_phy()
554 if (nl802154_send_iface(msg, info->snd_portid, info->snd_seq, 0, in nl802154_get_interface()
Dnl-mac.c426 rc = ieee802154_nl_fill_iface(msg, info->snd_portid, info->snd_seq, in ieee802154_list_iface()
673 hdr = genlmsg_put(msg, 0, info->snd_seq, &nl802154_family, 0, in ieee802154_llsec_getparams()
/linux-4.1.27/net/tipc/
Dbearer.c699 msg.seq = info->snd_seq; in tipc_nl_bearer_get()
958 msg.seq = info->snd_seq; in tipc_nl_media_get()
Dlink.c2200 msg.seq = info->snd_seq; in tipc_nl_link_get()
/linux-4.1.27/net/netlink/
Dgenetlink.c619 info.snd_seq = nlh->nlmsg_seq; in genl_family_rcv_msg()
932 msg = ctrl_build_family_msg(res, info->snd_portid, info->snd_seq, in ctrl_getfamily()
/linux-4.1.27/net/wireless/
Dnl80211.c1857 info->snd_portid, info->snd_seq, 0, in nl80211_get_wiphy()
2470 if (nl80211_send_iface(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_interface()
2715 if (nl80211_send_iface(msg, info->snd_portid, info->snd_seq, 0, in nl80211_new_interface()
2883 hdr = nl80211hdr_put(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_key()
3933 info->snd_portid, info->snd_seq, 0, in nl80211_get_station()
4675 if (nl80211_send_mpath(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_mpath()
4780 if (nl80211_send_mpath(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_mpp()
5047 hdr = nl80211hdr_put(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_mesh_config()
5464 hdr = nl80211hdr_put(msg, info->snd_portid, info->snd_seq, 0, in nl80211_get_reg_do()
7997 hdr = nl80211hdr_put(msg, info->snd_portid, info->snd_seq, 0, in nl80211_remain_on_channel()
[all …]
/linux-4.1.27/net/nfc/
Dnetlink.c723 rc = nfc_genl_send_device(msg, dev, info->snd_portid, info->snd_seq, in nfc_genl_get_device()
1000 rc = nfc_genl_send_params(msg, local, info->snd_portid, info->snd_seq); in nfc_genl_llc_get_params()
/linux-4.1.27/drivers/infiniband/hw/cxgb4/
Dcm.c490 flowc->mnemval[4].val = cpu_to_be32(ep->snd_seq); in send_flowc()
887 ep->snd_seq += mpalen; in send_mpa_req()
967 ep->snd_seq += mpalen; in send_mpa_reject()
1052 ep->snd_seq += mpalen; in send_mpa_reply()
1077 ep->snd_seq = be32_to_cpu(req->snd_isn); in act_establish()
2455 ep->snd_seq = be32_to_cpu(req->snd_isn); in pass_establish()
Diw_cxgb4.h830 u32 snd_seq; member
Dqp.c1311 wqe->u.init.iss = cpu_to_be32(qhp->ep->snd_seq); in rdma_init()
/linux-4.1.27/drivers/net/team/
Dteam.c2158 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in team_nl_cmd_noop()
2399 err = team_nl_send_options_get(team, info->snd_portid, info->snd_seq, in team_nl_cmd_options_get()
2674 err = team_nl_send_port_list_get(team, info->snd_portid, info->snd_seq, in team_nl_cmd_port_list_get()
/linux-4.1.27/net/ipv4/
Dfou.c684 info->snd_seq, 0, msg, in fou_nl_cmd_get_port()
/linux-4.1.27/drivers/net/wireless/
Dmac80211_hwsim.c2978 info->snd_seq, NULL, 0); in hwsim_get_radio_nl()