Lines Matching refs:ogm_buff
267 unsigned char *ogm_buff; in batadv_v_ogm_send_softif() local
277 ogm_buff = bat_priv->bat_v.ogm_buff; in batadv_v_ogm_send_softif()
283 tvlv_len = batadv_tvlv_container_ogm_append(bat_priv, &ogm_buff, in batadv_v_ogm_send_softif()
287 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_send_softif()
295 skb_put_data(skb, ogm_buff, ogm_buff_len); in batadv_v_ogm_send_softif()
442 if (!bat_priv->bat_v.ogm_buff) in batadv_v_ogm_primary_iface_set()
445 ogm_packet = (struct batadv_ogm2_packet *)bat_priv->bat_v.ogm_buff; in batadv_v_ogm_primary_iface_set()
1046 unsigned char *ogm_buff; in batadv_v_ogm_init() local
1050 ogm_buff = kzalloc(bat_priv->bat_v.ogm_buff_len, GFP_ATOMIC); in batadv_v_ogm_init()
1051 if (!ogm_buff) in batadv_v_ogm_init()
1054 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_init()
1055 ogm_packet = (struct batadv_ogm2_packet *)ogm_buff; in batadv_v_ogm_init()
1082 kfree(bat_priv->bat_v.ogm_buff); in batadv_v_ogm_free()
1083 bat_priv->bat_v.ogm_buff = NULL; in batadv_v_ogm_free()