Home
last modified time | relevance | path

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

/linux/net/can/
A Dbcm.c437 memset(&msg_head, 0, sizeof(msg_head)); in bcm_tx_timeout_handler()
444 msg_head.nframes = 0; in bcm_tx_timeout_handler()
602 memset(&msg_head, 0, sizeof(msg_head)); in bcm_rx_timeout_handler()
609 msg_head.nframes = 0; in bcm_rx_timeout_handler()
915 if (msg_head->nframes < 1 || msg_head->nframes > MAX_NFRAMES) in bcm_tx_setup()
919 if ((msg_head->flags & SETTIMER) && bcm_is_invalid_tv(msg_head)) in bcm_tx_setup()
1088 if ((msg_head->flags & RX_FILTER_ID) || (!(msg_head->nframes))) { in bcm_rx_setup()
1092 msg_head->nframes = 0; in bcm_rx_setup()
1105 if ((msg_head->flags & SETTIMER) && bcm_is_invalid_tv(msg_head)) in bcm_rx_setup()
1121 if (msg_head->nframes) { in bcm_rx_setup()
[all …]
/linux/net/hsr/
A Dhsr_netlink.c215 void *msg_head; in hsr_nl_ringerror() local
225 if (!msg_head) in hsr_nl_ringerror()
236 genlmsg_end(skb, msg_head); in hsr_nl_ringerror()
257 void *msg_head; in hsr_nl_nodedown() local
266 if (!msg_head) in hsr_nl_nodedown()
273 genlmsg_end(skb, msg_head); in hsr_nl_nodedown()
304 void *msg_head; in hsr_get_node_status() local
343 if (!msg_head) { in hsr_get_node_status()
410 genlmsg_end(skb_out, msg_head); in hsr_get_node_status()
441 void *msg_head; in hsr_get_node_list() local
[all …]
/linux/fs/quota/
A Dnetlink.c42 void *msg_head; in quota_send_warning() local
56 msg_head = genlmsg_put(skb, 0, atomic_add_return(1, &seq), in quota_send_warning()
58 if (!msg_head) { in quota_send_warning()
85 genlmsg_end(skb, msg_head); in quota_send_warning()
/linux/drivers/net/wwan/iosm/
A Diosm_ipc_protocol.h65 phys_addr_t msg_head; member
99 __le32 msg_head; member
A Diosm_ipc_protocol.c261 p_ci->msg_head = addr + offsetof(struct ipc_protocol_ap_shm, msg_head); in ipc_protocol_init()
A Diosm_ipc_protocol_ops.c13 u32 head = le32_to_cpu(ipc_protocol->p_ap_shm->msg_head); in ipc_protocol_free_msg_get()
38 u32 head = le32_to_cpu(ipc_protocol->p_ap_shm->msg_head); in ipc_protocol_msg_hp_update()
42 ipc_protocol->p_ap_shm->msg_head = cpu_to_le32(new_head); in ipc_protocol_msg_hp_update()
/linux/net/batman-adv/
A Dnetlink.c711 void *msg_head; in batadv_netlink_tp_meter_start() local
732 msg_head = genlmsg_put(msg, info->snd_portid, info->snd_seq, in batadv_netlink_tp_meter_start()
735 if (!msg_head) { in batadv_netlink_tp_meter_start()
751 genlmsg_end(msg, msg_head); in batadv_netlink_tp_meter_start()
/linux/drivers/block/
A Dnbd.c2505 void *msg_head; in nbd_connect_reply() local
2511 msg_head = genlmsg_put_reply(skb, info, &nbd_genl_family, 0, in nbd_connect_reply()
2513 if (!msg_head) { in nbd_connect_reply()
2522 genlmsg_end(skb, msg_head); in nbd_connect_reply()
2529 void *msg_head; in nbd_mcast_index() local
2535 msg_head = genlmsg_put(skb, 0, 0, &nbd_genl_family, 0, in nbd_mcast_index()
2537 if (!msg_head) { in nbd_mcast_index()
2546 genlmsg_end(skb, msg_head); in nbd_mcast_index()
/linux/Documentation/networking/
A Dcan.rst908 struct bcm_msg_head msg_head;
913 mytxmsg.msg_head.nframes = 4;
957 struct bcm_msg_head msg_head;
961 msg.msg_head.opcode = RX_SETUP;
962 msg.msg_head.can_id = 0x42;
963 msg.msg_head.flags = 0;
964 msg.msg_head.nframes = 5;
990 msg.msg_head.opcode = RX_SETUP;
991 msg.msg_head.can_id = 0x42;
992 msg.msg_head.flags = CAN_FD_FRAME;
[all …]
/linux/drivers/net/wireless/virtual/
A Dmac80211_hwsim.c1443 void *msg_head; in mac80211_hwsim_config_mac_nl() local
1454 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0, in mac80211_hwsim_config_mac_nl()
1457 if (!msg_head) { in mac80211_hwsim_config_mac_nl()
1469 genlmsg_end(skb, msg_head); in mac80211_hwsim_config_mac_nl()
1519 void *msg_head; in mac80211_hwsim_tx_frame_nl() local
1543 if (msg_head == NULL) { in mac80211_hwsim_tx_frame_nl()
1598 genlmsg_end(skb, msg_head); in mac80211_hwsim_tx_frame_nl()
3528 void *msg_head; in mac80211_hwsim_start_pmsr() local
3571 genlmsg_end(skb, msg_head); in mac80211_hwsim_start_pmsr()
3595 void *msg_head; in mac80211_hwsim_abort_pmsr() local
[all …]

Completed in 35 milliseconds