Searched refs:msg_head (Results 1 – 3 of 3) sorted by relevance
| /net/can/ |
| A D | bcm.c | 459 memset(&msg_head, 0, sizeof(msg_head)); in bcm_tx_timeout_handler() 466 msg_head.nframes = 0; in bcm_tx_timeout_handler() 623 memset(&msg_head, 0, sizeof(msg_head)); in bcm_rx_timeout_handler() 630 msg_head.nframes = 0; in bcm_rx_timeout_handler() 936 if (msg_head->nframes < 1 || msg_head->nframes > MAX_NFRAMES) in bcm_tx_setup() 940 if ((msg_head->flags & SETTIMER) && bcm_is_invalid_tv(msg_head)) in bcm_tx_setup() 1117 if ((msg_head->flags & RX_FILTER_ID) || (!(msg_head->nframes))) { in bcm_rx_setup() 1121 msg_head->nframes = 0; in bcm_rx_setup() 1134 if ((msg_head->flags & SETTIMER) && bcm_is_invalid_tv(msg_head)) in bcm_rx_setup() 1150 if (msg_head->nframes) { in bcm_rx_setup() [all …]
|
| /net/hsr/ |
| A D | hsr_netlink.c | 214 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 …]
|
| /net/batman-adv/ |
| A D | netlink.c | 709 void *msg_head; in batadv_netlink_tp_meter_start() local 730 msg_head = genlmsg_put(msg, info->snd_portid, info->snd_seq, in batadv_netlink_tp_meter_start() 733 if (!msg_head) { in batadv_netlink_tp_meter_start() 749 genlmsg_end(msg, msg_head); in batadv_netlink_tp_meter_start()
|
Completed in 14 milliseconds