Searched refs:ogm_buff (Results 1 – 1 of 1) sorted by relevance
265 unsigned char *ogm_buff; in batadv_v_ogm_send_meshif() local276 ogm_buff = bat_priv->bat_v.ogm_buff; in batadv_v_ogm_send_meshif()282 tvlv_len = batadv_tvlv_container_ogm_append(bat_priv, &ogm_buff, in batadv_v_ogm_send_meshif()286 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_send_meshif()294 skb_put_data(skb, ogm_buff, ogm_buff_len); in batadv_v_ogm_send_meshif()438 if (!bat_priv->bat_v.ogm_buff) in batadv_v_ogm_primary_iface_set()441 ogm_packet = (struct batadv_ogm2_packet *)bat_priv->bat_v.ogm_buff; in batadv_v_ogm_primary_iface_set()1039 unsigned char *ogm_buff; in batadv_v_ogm_init() local1043 ogm_buff = kzalloc(bat_priv->bat_v.ogm_buff_len, GFP_ATOMIC); in batadv_v_ogm_init()1044 if (!ogm_buff) in batadv_v_ogm_init()[all …]