Searched refs:tvlv_hdr (Results 1 – 2 of 2) sorted by relevance
245 tvlv_new->tvlv_hdr.type = type; in batadv_tvlv_container_register()336 tvlv_hdr = tvlv_value; in batadv_tvlv_container_ogm_append()337 tvlv_hdr->type = tvlv->tvlv_hdr.type; in batadv_tvlv_container_ogm_append()338 tvlv_hdr->version = tvlv->tvlv_hdr.version; in batadv_tvlv_container_ogm_append()339 tvlv_hdr->len = tvlv->tvlv_hdr.len; in batadv_tvlv_container_ogm_append()340 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_container_ogm_append()447 tvlv_hdr = tvlv_value; in batadv_tvlv_containers_process()449 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_containers_process()456 tvlv_hdr->type, in batadv_tvlv_containers_process()654 tvlv_hdr->version = version; in batadv_tvlv_unicast_send()[all …]
2309 struct batadv_tvlv_hdr tvlv_hdr; member
Completed in 12 milliseconds