Searched refs:tvlv_hdr (Results 1 – 2 of 2) sorted by relevance
143 if (tvlv_tmp->tvlv_hdr.type != type) in batadv_tvlv_container_get()146 if (tvlv_tmp->tvlv_hdr.version != version) in batadv_tvlv_container_get()176 tvlv_len += ntohs(tvlv->tvlv_hdr.len); in batadv_tvlv_container_list_size()249 tvlv_new->tvlv_hdr.version = version; in batadv_tvlv_container_register()250 tvlv_new->tvlv_hdr.type = type; in batadv_tvlv_container_register()251 tvlv_new->tvlv_hdr.len = htons(tvlv_value_len); in batadv_tvlv_container_register()253 memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->tvlv_hdr.len)); in batadv_tvlv_container_register()321 struct batadv_tvlv_hdr *tvlv_hdr; in batadv_tvlv_container_ogm_append() local341 tvlv_hdr = tvlv_value; in batadv_tvlv_container_ogm_append()342 tvlv_hdr->type = tvlv->tvlv_hdr.type; in batadv_tvlv_container_ogm_append()[all …]
1601 struct batadv_tvlv_hdr tvlv_hdr; member