Lines Matching refs:tvlv_value
233 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_container_register() argument
237 if (!tvlv_value) in batadv_tvlv_container_register()
248 memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->tvlv_hdr.len)); in batadv_tvlv_container_register()
318 void *tvlv_value; in batadv_tvlv_container_ogm_append() local
333 tvlv_value = (*packet_buff) + packet_min_len; in batadv_tvlv_container_ogm_append()
336 tvlv_hdr = tvlv_value; in batadv_tvlv_container_ogm_append()
340 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_container_ogm_append()
341 memcpy(tvlv_value, tvlv + 1, ntohs(tvlv->tvlv_hdr.len)); in batadv_tvlv_container_ogm_append()
342 tvlv_value = (u8 *)tvlv_value + ntohs(tvlv->tvlv_hdr.len); in batadv_tvlv_container_ogm_append()
370 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_call_handler() argument
384 tvlv_value, tvlv_value_len); in batadv_tvlv_call_handler()
397 dst, tvlv_value, in batadv_tvlv_call_handler()
422 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_containers_process() argument
431 tvlv_hdr = tvlv_value; in batadv_tvlv_containers_process()
433 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_containers_process()
445 src, dst, tvlv_value, in batadv_tvlv_containers_process()
448 tvlv_value = (u8 *)tvlv_value + tvlv_value_cont_len; in batadv_tvlv_containers_process()
481 void *tvlv_value; in batadv_tvlv_ogm_receive() local
491 tvlv_value = batadv_ogm_packet + 1; in batadv_tvlv_ogm_receive()
494 tvlv_value, tvlv_value_len); in batadv_tvlv_ogm_receive()
515 void *tvlv_value, in batadv_tvlv_handler_register() argument
519 void *tvlv_value, in batadv_tvlv_handler_register()
592 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_unicast_send() argument
631 memcpy(tvlv_buff, tvlv_value, tvlv_value_len); in batadv_tvlv_unicast_send()