Home
last modified time | relevance | path

Searched refs:msg_head (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/net/can/
Dbcm.c368 struct bcm_msg_head msg_head; in bcm_tx_timeout_tsklet() local
376 msg_head.opcode = TX_EXPIRED; in bcm_tx_timeout_tsklet()
377 msg_head.flags = op->flags; in bcm_tx_timeout_tsklet()
378 msg_head.count = op->count; in bcm_tx_timeout_tsklet()
379 msg_head.ival1 = op->ival1; in bcm_tx_timeout_tsklet()
380 msg_head.ival2 = op->ival2; in bcm_tx_timeout_tsklet()
381 msg_head.can_id = op->can_id; in bcm_tx_timeout_tsklet()
382 msg_head.nframes = 0; in bcm_tx_timeout_tsklet()
384 bcm_send_to_user(op, &msg_head, NULL, 0); in bcm_tx_timeout_tsklet()
531 struct bcm_msg_head msg_head; in bcm_rx_timeout_tsklet() local
[all …]
/linux-4.4.14/net/hsr/
Dhsr_netlink.c151 void *msg_head; in hsr_nl_ringerror() local
159 msg_head = genlmsg_put(skb, 0, 0, &hsr_genl_family, 0, HSR_C_RING_ERROR); in hsr_nl_ringerror()
160 if (!msg_head) in hsr_nl_ringerror()
171 genlmsg_end(skb, msg_head); in hsr_nl_ringerror()
192 void *msg_head; in hsr_nl_nodedown() local
200 msg_head = genlmsg_put(skb, 0, 0, &hsr_genl_family, 0, HSR_C_NODE_DOWN); in hsr_nl_nodedown()
201 if (!msg_head) in hsr_nl_nodedown()
209 genlmsg_end(skb, msg_head); in hsr_nl_nodedown()
241 void *msg_head; in hsr_get_node_status() local
278 msg_head = genlmsg_put(skb_out, NETLINK_CB(skb_in).portid, in hsr_get_node_status()
[all …]
/linux-4.4.14/fs/quota/
Dnetlink.c49 void *msg_head; in quota_send_warning() local
63 msg_head = genlmsg_put(skb, 0, atomic_add_return(1, &seq), in quota_send_warning()
65 if (!msg_head) { in quota_send_warning()
90 genlmsg_end(skb, msg_head); in quota_send_warning()
/linux-4.4.14/Documentation/networking/
Dcan.txt788 struct bcm_msg_head msg_head;
830 struct bcm_msg_head msg_head;
834 msg.msg_head.opcode = RX_SETUP;
835 msg.msg_head.can_id = 0x42;
836 msg.msg_head.flags = 0;
837 msg.msg_head.nframes = 5;
/linux-4.4.14/drivers/net/wireless/
Dmac80211_hwsim.c959 void *msg_head; in mac80211_hwsim_tx_frame_nl() local
979 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0, in mac80211_hwsim_tx_frame_nl()
981 if (msg_head == NULL) { in mac80211_hwsim_tx_frame_nl()
1024 genlmsg_end(skb, msg_head); in mac80211_hwsim_tx_frame_nl()