Lines Matching refs:ogm_buff
268 unsigned char *ogm_buff; in batadv_v_ogm_send_softif() local
278 ogm_buff = bat_priv->bat_v.ogm_buff; in batadv_v_ogm_send_softif()
284 tvlv_len = batadv_tvlv_container_ogm_append(bat_priv, &ogm_buff, in batadv_v_ogm_send_softif()
288 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_send_softif()
296 skb_put_data(skb, ogm_buff, ogm_buff_len); in batadv_v_ogm_send_softif()
443 if (!bat_priv->bat_v.ogm_buff) in batadv_v_ogm_primary_iface_set()
446 ogm_packet = (struct batadv_ogm2_packet *)bat_priv->bat_v.ogm_buff; in batadv_v_ogm_primary_iface_set()
1051 unsigned char *ogm_buff; in batadv_v_ogm_init() local
1055 ogm_buff = kzalloc(bat_priv->bat_v.ogm_buff_len, GFP_ATOMIC); in batadv_v_ogm_init()
1056 if (!ogm_buff) in batadv_v_ogm_init()
1059 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_init()
1060 ogm_packet = (struct batadv_ogm2_packet *)ogm_buff; in batadv_v_ogm_init()
1087 kfree(bat_priv->bat_v.ogm_buff); in batadv_v_ogm_free()
1088 bat_priv->bat_v.ogm_buff = NULL; in batadv_v_ogm_free()