Searched refs:new_send (Results 1 – 1 of 1) sorted by relevance
836 struct nes_timer_entry *new_send; in schedule_nes_timer() local839 new_send = kzalloc(sizeof(*new_send), GFP_ATOMIC); in schedule_nes_timer()840 if (!new_send) in schedule_nes_timer()844 new_send->retrycount = NES_DEFAULT_RETRYS; in schedule_nes_timer()845 new_send->retranscount = NES_DEFAULT_RETRANS; in schedule_nes_timer()846 new_send->skb = skb; in schedule_nes_timer()847 new_send->timetosend = jiffies; in schedule_nes_timer()848 new_send->type = type; in schedule_nes_timer()849 new_send->netdev = cm_node->netdev; in schedule_nes_timer()850 new_send->send_retrans = send_retrans; in schedule_nes_timer()[all …]