Home
last modified time | relevance | path

Searched refs:tvlv_hdr (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/net/batman-adv/
Dtvlv.c138 if (tvlv_tmp->tvlv_hdr.type != type) in batadv_tvlv_container_get()
141 if (tvlv_tmp->tvlv_hdr.version != version) in batadv_tvlv_container_get()
171 tvlv_len += ntohs(tvlv->tvlv_hdr.len); in batadv_tvlv_container_list_size()
244 tvlv_new->tvlv_hdr.version = version; in batadv_tvlv_container_register()
245 tvlv_new->tvlv_hdr.type = type; in batadv_tvlv_container_register()
246 tvlv_new->tvlv_hdr.len = htons(tvlv_value_len); in batadv_tvlv_container_register()
248 memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->tvlv_hdr.len)); in batadv_tvlv_container_register()
316 struct batadv_tvlv_hdr *tvlv_hdr; in batadv_tvlv_container_ogm_append() local
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()
[all …]
Dtypes.h2309 struct batadv_tvlv_hdr tvlv_hdr; member