Lines Matching refs:tvlv_value
794 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_container_register() argument
798 if (!tvlv_value) in batadv_tvlv_container_register()
809 memcpy(tvlv_new + 1, tvlv_value, ntohs(tvlv_new->tvlv_hdr.len)); in batadv_tvlv_container_register()
874 void *tvlv_value; in batadv_tvlv_container_ogm_append() local
889 tvlv_value = (*packet_buff) + packet_min_len; in batadv_tvlv_container_ogm_append()
892 tvlv_hdr = tvlv_value; in batadv_tvlv_container_ogm_append()
896 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_container_ogm_append()
897 memcpy(tvlv_value, tvlv + 1, ntohs(tvlv->tvlv_hdr.len)); in batadv_tvlv_container_ogm_append()
898 tvlv_value = (u8 *)tvlv_value + ntohs(tvlv->tvlv_hdr.len); in batadv_tvlv_container_ogm_append()
926 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_call_handler() argument
940 tvlv_value, tvlv_value_len); in batadv_tvlv_call_handler()
953 dst, tvlv_value, in batadv_tvlv_call_handler()
978 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_containers_process() argument
987 tvlv_hdr = tvlv_value; in batadv_tvlv_containers_process()
989 tvlv_value = tvlv_hdr + 1; in batadv_tvlv_containers_process()
1001 src, dst, tvlv_value, in batadv_tvlv_containers_process()
1005 tvlv_value = (u8 *)tvlv_value + tvlv_value_cont_len; in batadv_tvlv_containers_process()
1038 void *tvlv_value; in batadv_tvlv_ogm_receive() local
1048 tvlv_value = batadv_ogm_packet + 1; in batadv_tvlv_ogm_receive()
1051 tvlv_value, tvlv_value_len); in batadv_tvlv_ogm_receive()
1072 void *tvlv_value, in batadv_tvlv_handler_register() argument
1076 void *tvlv_value, in batadv_tvlv_handler_register()
1141 void *tvlv_value, u16 tvlv_value_len) in batadv_tvlv_unicast_send() argument
1181 memcpy(tvlv_buff, tvlv_value, tvlv_value_len); in batadv_tvlv_unicast_send()