Searched refs:msg_head (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/can/ |
A D | bcm.c | 411 memset(&msg_head, 0, sizeof(msg_head)); in bcm_tx_timeout_handler() 418 msg_head.nframes = 0; in bcm_tx_timeout_handler() 571 memset(&msg_head, 0, sizeof(msg_head)); in bcm_rx_timeout_handler() 578 msg_head.nframes = 0; in bcm_rx_timeout_handler() 873 if (msg_head->nframes < 1 || msg_head->nframes > MAX_NFRAMES) in bcm_tx_setup() 877 if ((msg_head->flags & SETTIMER) && bcm_is_invalid_tv(msg_head)) in bcm_tx_setup() 1042 if ((msg_head->flags & RX_FILTER_ID) || (!(msg_head->nframes))) { in bcm_rx_setup() 1046 msg_head->nframes = 0; in bcm_rx_setup() 1059 if ((msg_head->flags & SETTIMER) && bcm_is_invalid_tv(msg_head)) in bcm_rx_setup() 1075 if (msg_head->nframes) { in bcm_rx_setup() [all …]
|
/linux-6.3-rc2/net/hsr/ |
A D | hsr_netlink.c | 190 void *msg_head; in hsr_nl_ringerror() local 200 if (!msg_head) in hsr_nl_ringerror() 211 genlmsg_end(skb, msg_head); in hsr_nl_ringerror() 232 void *msg_head; in hsr_nl_nodedown() local 241 if (!msg_head) in hsr_nl_nodedown() 248 genlmsg_end(skb, msg_head); in hsr_nl_nodedown() 279 void *msg_head; in hsr_get_node_status() local 318 if (!msg_head) { in hsr_get_node_status() 385 genlmsg_end(skb_out, msg_head); in hsr_get_node_status() 416 void *msg_head; in hsr_get_node_list() local [all …]
|
/linux-6.3-rc2/fs/quota/ |
A D | netlink.c | 42 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.3-rc2/drivers/net/wwan/iosm/ |
A D | iosm_ipc_protocol.h | 65 phys_addr_t msg_head; member 99 __le32 msg_head; member
|
A D | iosm_ipc_protocol.c | 261 p_ci->msg_head = addr + offsetof(struct ipc_protocol_ap_shm, msg_head); in ipc_protocol_init()
|
A D | iosm_ipc_protocol_ops.c | 13 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.3-rc2/net/batman-adv/ |
A D | netlink.c | 713 void *msg_head; in batadv_netlink_tp_meter_start() local 734 msg_head = genlmsg_put(msg, info->snd_portid, info->snd_seq, in batadv_netlink_tp_meter_start() 737 if (!msg_head) { in batadv_netlink_tp_meter_start() 753 genlmsg_end(msg, msg_head); in batadv_netlink_tp_meter_start()
|
/linux-6.3-rc2/drivers/block/ |
A D | nbd.c | 2425 void *msg_head; in nbd_connect_reply() local 2431 msg_head = genlmsg_put_reply(skb, info, &nbd_genl_family, 0, in nbd_connect_reply() 2433 if (!msg_head) { in nbd_connect_reply() 2442 genlmsg_end(skb, msg_head); in nbd_connect_reply() 2449 void *msg_head; in nbd_mcast_index() local 2455 msg_head = genlmsg_put(skb, 0, 0, &nbd_genl_family, 0, in nbd_mcast_index() 2457 if (!msg_head) { in nbd_mcast_index() 2466 genlmsg_end(skb, msg_head); in nbd_mcast_index()
|
/linux-6.3-rc2/Documentation/networking/ |
A D | can.rst | 906 struct bcm_msg_head msg_head; 911 mytxmsg.msg_head.nframes = 4; 955 struct bcm_msg_head msg_head; 959 msg.msg_head.opcode = RX_SETUP; 960 msg.msg_head.can_id = 0x42; 961 msg.msg_head.flags = 0; 962 msg.msg_head.nframes = 5; 988 msg.msg_head.opcode = RX_SETUP; 989 msg.msg_head.can_id = 0x42; 990 msg.msg_head.flags = CAN_FD_FRAME; [all …]
|
/linux-6.3-rc2/drivers/net/wireless/ |
A D | mac80211_hwsim.c | 1305 void *msg_head; in mac80211_hwsim_config_mac_nl() local 1316 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0, in mac80211_hwsim_config_mac_nl() 1319 if (!msg_head) { in mac80211_hwsim_config_mac_nl() 1331 genlmsg_end(skb, msg_head); in mac80211_hwsim_config_mac_nl() 1381 void *msg_head; in mac80211_hwsim_tx_frame_nl() local 1403 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0, in mac80211_hwsim_tx_frame_nl() 1405 if (msg_head == NULL) { in mac80211_hwsim_tx_frame_nl() 1460 genlmsg_end(skb, msg_head); in mac80211_hwsim_tx_frame_nl()
|
Completed in 30 milliseconds