Lines Matching refs:tvlv_value
774 void *tvlv_value, uint16_t tvlv_value_len) in batadv_tvlv_container_register() argument
778 if (!tvlv_value) in batadv_tvlv_container_register()
789 memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->tvlv_hdr.len)); in batadv_tvlv_container_register()
855 void *tvlv_value; in batadv_tvlv_container_ogm_append() local
870 tvlv_value = (*packet_buff) + packet_min_len; in batadv_tvlv_container_ogm_append()
873 tvlv_hdr = tvlv_value; in batadv_tvlv_container_ogm_append()
877 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_container_ogm_append()
878 memcpy(tvlv_value, tvlv + 1, ntohs(tvlv->tvlv_hdr.len)); in batadv_tvlv_container_ogm_append()
879 tvlv_value = (uint8_t *)tvlv_value + ntohs(tvlv->tvlv_hdr.len); in batadv_tvlv_container_ogm_append()
907 void *tvlv_value, uint16_t tvlv_value_len) in batadv_tvlv_call_handler() argument
921 tvlv_value, tvlv_value_len); in batadv_tvlv_call_handler()
934 dst, tvlv_value, in batadv_tvlv_call_handler()
959 void *tvlv_value, uint16_t tvlv_value_len) in batadv_tvlv_containers_process() argument
968 tvlv_hdr = tvlv_value; in batadv_tvlv_containers_process()
970 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_containers_process()
982 src, dst, tvlv_value, in batadv_tvlv_containers_process()
986 tvlv_value = (uint8_t *)tvlv_value + tvlv_value_cont_len; in batadv_tvlv_containers_process()
1019 void *tvlv_value; in batadv_tvlv_ogm_receive() local
1029 tvlv_value = batadv_ogm_packet + 1; in batadv_tvlv_ogm_receive()
1032 tvlv_value, tvlv_value_len); in batadv_tvlv_ogm_receive()
1053 void *tvlv_value, in batadv_tvlv_handler_register() argument
1057 void *tvlv_value, in batadv_tvlv_handler_register()
1122 void *tvlv_value, uint16_t tvlv_value_len) in batadv_tvlv_unicast_send() argument
1162 memcpy(tvlv_buff, tvlv_value, tvlv_value_len); in batadv_tvlv_unicast_send()