Home
last modified time | relevance | path

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

/linux-6.15/net/can/
H A Dbcm.c458 memset(&msg_head, 0, sizeof(msg_head)); in bcm_tx_timeout_handler()
465 msg_head.nframes = 0; in bcm_tx_timeout_handler()
622 memset(&msg_head, 0, sizeof(msg_head)); in bcm_rx_timeout_handler()
629 msg_head.nframes = 0; in bcm_rx_timeout_handler()
935 if (msg_head->nframes < 1 || msg_head->nframes > MAX_NFRAMES) in bcm_tx_setup()
939 if ((msg_head->flags & SETTIMER) && bcm_is_invalid_tv(msg_head)) in bcm_tx_setup()
1116 if ((msg_head->flags & RX_FILTER_ID) || (!(msg_head->nframes))) { in bcm_rx_setup()
1120 msg_head->nframes = 0; in bcm_rx_setup()
1133 if ((msg_head->flags & SETTIMER) && bcm_is_invalid_tv(msg_head)) in bcm_rx_setup()
1149 if (msg_head->nframes) { in bcm_rx_setup()
[all …]
/linux-6.15/net/hsr/
H A Dhsr_netlink.c214 void *msg_head; in hsr_nl_ringerror() local
224 if (!msg_head) in hsr_nl_ringerror()
235 genlmsg_end(skb, msg_head); in hsr_nl_ringerror()
256 void *msg_head; in hsr_nl_nodedown() local
265 if (!msg_head) in hsr_nl_nodedown()
272 genlmsg_end(skb, msg_head); in hsr_nl_nodedown()
303 void *msg_head; in hsr_get_node_status() local
342 if (!msg_head) { in hsr_get_node_status()
409 genlmsg_end(skb_out, msg_head); in hsr_get_node_status()
440 void *msg_head; in hsr_get_node_list() local
[all …]
/linux-6.15/fs/quota/
H 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-6.15/drivers/net/wwan/iosm/
H A Diosm_ipc_protocol.h65 phys_addr_t msg_head; member
99 __le32 msg_head; member
H A Diosm_ipc_protocol.c261 p_ci->msg_head = addr + offsetof(struct ipc_protocol_ap_shm, msg_head); in ipc_protocol_init()
H 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-6.15/drivers/block/
H A Dnbd.c2568 void *msg_head; in nbd_connect_reply() local
2574 msg_head = genlmsg_put_reply(skb, info, &nbd_genl_family, 0, in nbd_connect_reply()
2576 if (!msg_head) { in nbd_connect_reply()
2585 genlmsg_end(skb, msg_head); in nbd_connect_reply()
2592 void *msg_head; in nbd_mcast_index() local
2598 msg_head = genlmsg_put(skb, 0, 0, &nbd_genl_family, 0, in nbd_mcast_index()
2600 if (!msg_head) { in nbd_mcast_index()
2609 genlmsg_end(skb, msg_head); in nbd_mcast_index()
/linux-6.15/net/batman-adv/
H A Dnetlink.c710 void *msg_head; in batadv_netlink_tp_meter_start() local
731 msg_head = genlmsg_put(msg, info->snd_portid, info->snd_seq, in batadv_netlink_tp_meter_start()
734 if (!msg_head) { in batadv_netlink_tp_meter_start()
750 genlmsg_end(msg, msg_head); in batadv_netlink_tp_meter_start()
/linux-6.15/Documentation/networking/
H 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-6.15/drivers/net/wireless/virtual/
H 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()
3530 void *msg_head; in mac80211_hwsim_start_pmsr() local
3573 genlmsg_end(skb, msg_head); in mac80211_hwsim_start_pmsr()
3597 void *msg_head; in mac80211_hwsim_abort_pmsr() local
[all …]