Lines Matching refs:ogm_buff
266 unsigned char *ogm_buff; in batadv_v_ogm_send_softif() local
276 ogm_buff = bat_priv->bat_v.ogm_buff; in batadv_v_ogm_send_softif()
282 tvlv_len = batadv_tvlv_container_ogm_append(bat_priv, &ogm_buff, in batadv_v_ogm_send_softif()
286 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_send_softif()
294 skb_put_data(skb, ogm_buff, ogm_buff_len); in batadv_v_ogm_send_softif()
441 if (!bat_priv->bat_v.ogm_buff) in batadv_v_ogm_primary_iface_set()
444 ogm_packet = (struct batadv_ogm2_packet *)bat_priv->bat_v.ogm_buff; in batadv_v_ogm_primary_iface_set()
1044 unsigned char *ogm_buff; in batadv_v_ogm_init() local
1048 ogm_buff = kzalloc(bat_priv->bat_v.ogm_buff_len, GFP_ATOMIC); in batadv_v_ogm_init()
1049 if (!ogm_buff) in batadv_v_ogm_init()
1052 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_init()
1053 ogm_packet = (struct batadv_ogm2_packet *)ogm_buff; in batadv_v_ogm_init()
1080 kfree(bat_priv->bat_v.ogm_buff); in batadv_v_ogm_free()
1081 bat_priv->bat_v.ogm_buff = NULL; in batadv_v_ogm_free()