Lines Matching refs:ogm_buff
265 unsigned char *ogm_buff; in batadv_v_ogm_send_softif() local
275 ogm_buff = bat_priv->bat_v.ogm_buff; in batadv_v_ogm_send_softif()
281 tvlv_len = batadv_tvlv_container_ogm_append(bat_priv, &ogm_buff, in batadv_v_ogm_send_softif()
285 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_send_softif()
293 skb_put_data(skb, ogm_buff, ogm_buff_len); in batadv_v_ogm_send_softif()
440 if (!bat_priv->bat_v.ogm_buff) in batadv_v_ogm_primary_iface_set()
443 ogm_packet = (struct batadv_ogm2_packet *)bat_priv->bat_v.ogm_buff; in batadv_v_ogm_primary_iface_set()
1056 unsigned char *ogm_buff; in batadv_v_ogm_init() local
1060 ogm_buff = kzalloc(bat_priv->bat_v.ogm_buff_len, GFP_ATOMIC); in batadv_v_ogm_init()
1061 if (!ogm_buff) in batadv_v_ogm_init()
1064 bat_priv->bat_v.ogm_buff = ogm_buff; in batadv_v_ogm_init()
1065 ogm_packet = (struct batadv_ogm2_packet *)ogm_buff; in batadv_v_ogm_init()
1092 kfree(bat_priv->bat_v.ogm_buff); in batadv_v_ogm_free()
1093 bat_priv->bat_v.ogm_buff = NULL; in batadv_v_ogm_free()