Home
last modified time | relevance | path

Searched refs:tvlv_hdr (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/batman-adv/
H A 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 in batadv_tvlv_container_ogm_append()
425 struct batadv_tvlv_hdr *tvlv_hdr; batadv_tvlv_containers_process() local
596 struct batadv_tvlv_hdr *tvlv_hdr; batadv_tvlv_unicast_send() local
[all...]
H A Dtypes.h2401 /** @tvlv_hdr: tvlv header information needed to construct the tvlv */
2402 struct batadv_tvlv_hdr tvlv_hdr; member
/kernel/linux/linux-6.6/net/batman-adv/
H A 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 in batadv_tvlv_container_ogm_append()
441 struct batadv_tvlv_hdr *tvlv_hdr; batadv_tvlv_containers_process() local
622 struct batadv_tvlv_hdr *tvlv_hdr; batadv_tvlv_unicast_send() local
[all...]
H A Dtypes.h2313 /** @tvlv_hdr: tvlv header information needed to construct the tvlv */
2314 struct batadv_tvlv_hdr tvlv_hdr; member

Completed in 9 milliseconds