Lines Matching refs:tvlv_value
239 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_container_register() argument
243 if (!tvlv_value) in batadv_tvlv_container_register()
254 memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->tvlv_hdr.len)); in batadv_tvlv_container_register()
324 void *tvlv_value; in batadv_tvlv_container_ogm_append() local
339 tvlv_value = (*packet_buff) + packet_min_len; in batadv_tvlv_container_ogm_append()
342 tvlv_hdr = tvlv_value; in batadv_tvlv_container_ogm_append()
346 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_container_ogm_append()
347 memcpy(tvlv_value, tvlv + 1, ntohs(tvlv->tvlv_hdr.len)); in batadv_tvlv_container_ogm_append()
348 tvlv_value = (u8 *)tvlv_value + ntohs(tvlv->tvlv_hdr.len); in batadv_tvlv_container_ogm_append()
376 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_call_handler() argument
390 tvlv_value, tvlv_value_len); in batadv_tvlv_call_handler()
403 dst, tvlv_value, in batadv_tvlv_call_handler()
428 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_containers_process() argument
437 tvlv_hdr = tvlv_value; in batadv_tvlv_containers_process()
439 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_containers_process()
451 src, dst, tvlv_value, in batadv_tvlv_containers_process()
455 tvlv_value = (u8 *)tvlv_value + tvlv_value_cont_len; in batadv_tvlv_containers_process()
488 void *tvlv_value; in batadv_tvlv_ogm_receive() local
498 tvlv_value = batadv_ogm_packet + 1; in batadv_tvlv_ogm_receive()
501 tvlv_value, tvlv_value_len); in batadv_tvlv_ogm_receive()
522 void *tvlv_value, in batadv_tvlv_handler_register() argument
526 void *tvlv_value, in batadv_tvlv_handler_register()
599 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_unicast_send() argument
638 memcpy(tvlv_buff, tvlv_value, tvlv_value_len); in batadv_tvlv_unicast_send()